Home
last modified time | relevance | path

Searched refs:containsGatekeeperPasswordHandle (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/
H A DBiometricUtils.java66 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()
85 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in BiometricUtils
106 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
H A DBiometricEnrollIntroduction.java186 } else if (!BiometricUtils.containsGatekeeperPasswordHandle(getIntent()) in onCreate()
H A DBiometricEnrollActivity.java125 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/combination/
H A DBiometricsSettingsBase.java80 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
180 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DVerifyCredentialResponse.java162 public boolean containsGatekeeperPasswordHandle() { in containsGatekeeperPasswordHandle() method in VerifyCredentialResponse
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
H A DSetupFingerprintEnrollIntroduction.java65 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
H A DFingerprintEnrollFindSensor.java131 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
H A DFingerprintEnrollIntroduction.java251 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
H A DFingerprintSettings.java603 if (data != null && BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
/aosp12/packages/apps/Settings/tests/componenttests/src/com/android/settings/biometrics/
H A DBiometricEnrollActivityTest.java107 assertThat(response.containsGatekeeperPasswordHandle()).isTrue(); in launchWithPinAndPwHandle_confirmsPin()
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/face/
H A DFaceEnrollIntroduction.java144 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
H A DFaceSettings.java240 if (mToken == null && !BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DChooseLockPattern.java923 if (!response.isMatched() || !response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()
H A DChooseLockPassword.java1028 if (!response.isMatched() || !response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()