Searched refs:containsGatekeeperPasswordHandle (Results 1 – 16 of 16) sorted by relevance
55 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()84 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in GatekeeperPasswordProvider108 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
129 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()156 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in BiometricUtils184 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
140 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()144 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
201 } else if (!BiometricUtils.containsGatekeeperPasswordHandle(getIntent()) in onCreate()
20 …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()
44 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
144 && GatekeeperPasswordProvider.containsGatekeeperPasswordHandle(intent)) { in onCreate()392 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
934 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
112 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()300 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
139 if (mRequestGatekeeperPassword && response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()
23 …static com.android.settings.biometrics.GatekeeperPasswordProvider.containsGatekeeperPasswordHandle;752 if (mRemoteValidation && containsGatekeeperPasswordHandle(resultData)) { in onChosenLockSaveFinished()
25 …static com.android.settings.biometrics.GatekeeperPasswordProvider.containsGatekeeperPasswordHandle;724 if (mRemoteValidation && containsGatekeeperPasswordHandle(resultData)) { in onChosenLockSaveFinished()
152 assertThat(response.containsGatekeeperPasswordHandle()).isTrue(); in launchWithPinAndPwHandle_confirmsPin()
293 if (mToken == null && !BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
200 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
319 fromSettingsSummary && GatekeeperPasswordProvider.containsGatekeeperPasswordHandle(intent) in <lambda>()