Searched refs:authenticators (Results 1 – 6 of 6) sorted by relevance
205 final int authenticators = getIntent().getIntExtra( in onCreate() local207 Log.d(TAG, "Authenticators: " + BiometricManager.authenticatorToStr(authenticators)); in onCreate()237 if (authenticators == Authenticators.BIOMETRIC_STRONG && !isFaceStrong) { in onCreate()288 startEnrollWith(authenticators, isSetupWizard); in onCreate()294 final int authenticators = getIntent().getIntExtra(312 if (authenticators == Authenticators.BIOMETRIC_STRONG && !isFingerprintStrong) {319 private void startEnrollWith(@Authenticators.Types int authenticators, boolean setupWizard) {326 final @BiometricError int result = bm.canAuthenticate(authenticators);347 if (!setupWizard && authenticators == BiometricManager.Authenticators.DEVICE_CREDENTIAL) {
149 private void authenticate(int authenticators) { in authenticate() argument160 .setAllowedAuthenticators(authenticators); in authenticate()162 if ((authenticators & DEVICE_CREDENTIAL) != DEVICE_CREDENTIAL) { in authenticate()
466 final int authenticators = BiometricManager.Authenticators.DEVICE_CREDENTIAL in showLockScreen() local468 if (bm.canAuthenticate(authenticators) == BiometricManager.BIOMETRIC_SUCCESS) { in showLockScreen()469 builder.setAllowedAuthenticators(authenticators); in showLockScreen()470 builder.setSubtitle(bm.getStrings(authenticators).getPromptMessage()); in showLockScreen()