Home
last modified time | relevance | path

Searched refs:removeGatekeeperPasswordHandle (Results 1 – 11 of 11) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricUtils.java101 public static void removeGatekeeperPasswordHandle(@NonNull Context context, in removeGatekeeperPasswordHandle() method in BiometricUtils
109 removeGatekeeperPasswordHandle(context, getGatekeeperPasswordHandle(data)); in removeGatekeeperPasswordHandle()
112 public static void removeGatekeeperPasswordHandle(@NonNull Context context, long handle) { in removeGatekeeperPasswordHandle() method in BiometricUtils
114 utils.removeGatekeeperPasswordHandle(handle); in removeGatekeeperPasswordHandle()
H A DBiometricEnrollIntroduction.java321 BiometricUtils.removeGatekeeperPasswordHandle(this, data); in onActivityResult()
341 BiometricUtils.removeGatekeeperPasswordHandle(this, data); in onActivityResult()
H A DBiometricEnrollActivity.java460 BiometricUtils.removeGatekeeperPasswordHandle(this, mGkPwHandle);
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DILockSettings.aidl53 void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle() method
H A DLockPatternUtils.java436 public void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle) { in removeGatekeeperPasswordHandle() method in LockPatternUtils
438 getLockSettings().removeGatekeeperPasswordHandle(gatekeeperPasswordHandle); in removeGatekeeperPasswordHandle()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/combination/
H A DBiometricsSettingsBase.java122 BiometricUtils.removeGatekeeperPasswordHandle(getActivity(), mGkPwHandle); in onStop()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceSettings.java253 BiometricUtils.removeGatekeeperPasswordHandle(getPrefContext(), data); in onActivityResult()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthCredentialView.java300 mLockPatternUtils.removeGatekeeperPasswordHandle(pwHandle); in onCredentialVerified()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DFingerprintSettings.java610 BiometricUtils.removeGatekeeperPasswordHandle(getActivity(), in onActivityResult()
/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2200 public void removeGatekeeperPasswordHandle(long gatekeeperPasswordHandle) { in removeGatekeeperPasswordHandle() method in LockSettingsService
/aosp12/frameworks/base/services/
H A Dart-profile23472 PLcom/android/server/locksettings/LockSettingsService;->removeGatekeeperPasswordHandle(J)V