Searched refs:containsGatekeeperPasswordHandle (Results 1 – 14 of 14) sorted by relevance
66 if (!containsGatekeeperPasswordHandle(result)) { in requestGatekeeperHat()85 public static boolean containsGatekeeperPasswordHandle(@Nullable Intent data) { in containsGatekeeperPasswordHandle() method in BiometricUtils106 if (!containsGatekeeperPasswordHandle(data)) { in removeGatekeeperPasswordHandle()
186 } else if (!BiometricUtils.containsGatekeeperPasswordHandle(getIntent()) in onCreate()
125 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
80 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()180 if (BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
162 public boolean containsGatekeeperPasswordHandle() { in containsGatekeeperPasswordHandle() method in VerifyCredentialResponse
65 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
131 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
251 if (BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in getEnrollingIntent()
603 if (data != null && BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
107 assertThat(response.containsGatekeeperPasswordHandle()).isTrue(); in launchWithPinAndPwHandle_confirmsPin()
144 if (mToken == null && BiometricUtils.containsGatekeeperPasswordHandle(getIntent())) { in onCreate()
240 if (mToken == null && !BiometricUtils.containsGatekeeperPasswordHandle(data)) { in onActivityResult()
923 if (!response.isMatched() || !response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()
1028 if (!response.isMatched() || !response.containsGatekeeperPasswordHandle()) { in saveAndVerifyInBackground()