Searched refs:isPinSet (Results 1 – 7 of 7) sorted by relevance
90 verify(mPinService).isPinSet(); in testSetPinWhenNoPinIsSet_success()121 verify(mPinService, atLeastOnce()).isPinSet(); in testSetPinWhenCorrectPinIsInput_success()162 verify(mPinService).isPinSet(); in testIsPinCorrect()174 verify(mPinService).isPinSet(); in testIsPinCorrect_legacy()184 mPinStorage.isPinSet(); in testIsPinSet()186 verify(mPinService).isPinSet(); in testIsPinSet()194 mPinStorage.isPinSet(); in testIsPinSet_legacy()196 verify(mPinService).isPinSet(); in testIsPinSet_legacy()207 verify(mPinService).isPinSet(); in testMigrationToInternalStorage_IsPinCorrect()220 verify(mPinService, atLeastOnce()).isPinSet(); in testMigrationToInternalStorage_SetPin()[all …]
136 public void isPinSet(Consumer<Boolean> consumer) { in isPinSet() method in RestrictedProfilePinDialogFragment139 boolean isPinSet = mRestrictedProfilePinStorage.isPinSet(); in isPinSet()140 mUiThreadHandler.post(() -> consumer.accept(isPinSet)); in isPinSet()
88 if (!isPinSet() || isPinCorrect(originalPin)) { in setPin()124 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinStorage168 return getPinService().isPinSet(); in isPinSetInternal()
36 boolean isPinSet(); in isPinSet() method
88 public boolean isPinSet() { in isPinSet() method in RestrictedProfilePinService.PinServiceImpl
167 public abstract void isPinSet(Consumer<Boolean> consumer); in isPinSet() method in PinDialogFragment204 isPinSet(result -> dispatchOnIsPinSet(result, savedInstanceState, v)); in onCreateView()
232 boolean pinIsSet = mRestrictedProfilePinStorage.isPinSet(); in createRestrictedProfile()