package o; import android.content.SharedPreferences; import android.os.Process; /* loaded from: classes3.dex */ public class MZo implements InterfaceC15762iQt { public final SharedPreferences d; @InterfaceC13391fZD public MZo(SharedPreferences sharedPreferences) { this.d = sharedPreferences; } @Override // o.InterfaceC15762iQt public final boolean c() { return this.d.getInt("PROCESS_ID", 0) != Process.myPid(); } @Override // o.InterfaceC15762iQt public final void b() { this.d.edit().putInt("PROCESS_ID", Process.myPid()).apply(); } }