Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/biometrics/
DGatekeeperPasswordProvider.java55 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()
84 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in GatekeeperPasswordProvider
108 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
DBiometricUtils.java129 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()
156 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in BiometricUtils
184 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
DBiometricEnrollActivity.java140 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
144 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
DBiometricEnrollIntroduction.java201 } else if (!BiometricUtils.containsGatekeeperPasswordHandle(getIntent()) in onCreate()
/packages/apps/Settings/tests/unit/src/com/android/settings/biometrics/
DGatekeeperPasswordProviderTest.java20 …static com.android.settings.biometrics.GatekeeperPasswordProvider.containsGatekeeperPasswordHandle;
127 assertThat(containsGatekeeperPasswordHandle(null)).isEqualTo(false); in testContainsGatekeeperPasswordHandle()
128 assertThat(containsGatekeeperPasswordHandle(new Intent())).isEqualTo(false); in testContainsGatekeeperPasswordHandle()
129 assertThat(containsGatekeeperPasswordHandle( in testContainsGatekeeperPasswordHandle()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DSetupFingerprintEnrollIntroduction.java44 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
DFingerprintEnrollIntroduction.java144 && GatekeeperPasswordProvider.containsGatekeeperPasswordHandle(intent)) { in onCreate()
392 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
DFingerprintSettings.java934 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
/packages/apps/Settings/src/com/android/settings/biometrics/combination/
DBiometricsSettingsBase.java112 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
300 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
/packages/apps/Settings/src/com/android/settings/password/
DSaveAndFinishWorker.java139 if (mRequestGatekeeperPassword && response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()
DConfirmLockPattern.java23 …static com.android.settings.biometrics.GatekeeperPasswordProvider.containsGatekeeperPasswordHandle;
752 if (mRemoteValidation && containsGatekeeperPasswordHandle(resultData)) { in onChosenLockSaveFinished()
DConfirmLockPassword.java25 …static com.android.settings.biometrics.GatekeeperPasswordProvider.containsGatekeeperPasswordHandle;
724 if (mRemoteValidation && containsGatekeeperPasswordHandle(resultData)) { in onChosenLockSaveFinished()
/packages/apps/Settings/tests/componenttests/src/com/android/settings/biometrics/
DBiometricEnrollActivityTest.java152 assertThat(response.containsGatekeeperPasswordHandle()).isTrue(); in launchWithPinAndPwHandle_confirmsPin()
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceSettings.java293 if (mToken == null && !BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
DFaceEnrollIntroduction.java200 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint2/ui/enrollment/activity/
DFingerprintEnrollmentV2Activity.kt319 fromSettingsSummary && GatekeeperPasswordProvider.containsGatekeeperPasswordHandle(intent) in <lambda>()