Searched refs:removeGatekeeperPasswordHandle (Results 1 – 11 of 11) sorted by relevance
101 public static void removeGatekeeperPasswordHandle(@NonNull Context context, in removeGatekeeperPasswordHandle() method in BiometricUtils109 removeGatekeeperPasswordHandle(context, getGatekeeperPasswordHandle(data)); in removeGatekeeperPasswordHandle()112 public static void removeGatekeeperPasswordHandle(@NonNull Context context, long handle) { in removeGatekeeperPasswordHandle() method in BiometricUtils114 utils.removeGatekeeperPasswordHandle(handle); in removeGatekeeperPasswordHandle()
321 BiometricUtils.removeGatekeeperPasswordHandle(this, data); in onActivityResult()341 BiometricUtils.removeGatekeeperPasswordHandle(this, data); in onActivityResult()
460 BiometricUtils.removeGatekeeperPasswordHandle(this, mGkPwHandle);
53 void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle() method
436 public void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle) { in removeGatekeeperPasswordHandle() method in LockPatternUtils438 getLockSettings().removeGatekeeperPasswordHandle(gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle()
122 BiometricUtils.removeGatekeeperPasswordHandle(getActivity(), mGkPwHandle); in onStop()
253 BiometricUtils.removeGatekeeperPasswordHandle(getPrefContext(), data); in onActivityResult()
300 mLockPatternUtils.removeGatekeeperPasswordHandle(pwHandle); in onCredentialVerified()
610 BiometricUtils.removeGatekeeperPasswordHandle(getActivity(), in onActivityResult()
2200 public void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle) { in removeGatekeeperPasswordHandle() method in LockSettingsService
23472 PLcom/android/server/locksettings/LockSettingsService;->removeGatekeeperPasswordHandle(J)V