Home
last modified time | relevance | path

Searched defs:authenticators (Results 1 – 17 of 17) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
DUtilsTest.java43 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
57 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
93 int authenticators = 0; in testIsDeviceCredentialAllowed_withIntegerFlags() local
108 int authenticators = 0; in testIsDeviceCredentialAllowed_withBundle() local
126 int authenticators = Integer.MAX_VALUE; in testGetBiometricStrength_removeUnrelatedBits() local
141 int authenticators = 1 << i; in testIsBiometricAllowed() local
148 int authenticators = 1 << i; in testIsBiometricAllowed() local
268 @Authenticators.Types int authenticators = Integer.MAX_VALUE; in testRemoveBiometricBits() local
DBiometricServiceTest.java896 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
910 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
1163 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenDeviceDoesNotHaveRequestedBiometricStrength() local
1198 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricsEnrolled() local
1215 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps() local
1231 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricSensor() local
1353 int authenticators = Authenticators.BIOMETRIC_STRONG; in testWithDowngradedAuthenticator() local
1540 private int invokeCanAuthenticate(BiometricService service, int authenticators) in invokeCanAuthenticate()
1622 Integer authenticators) throws Exception { in invokeAuthenticateAndStart()
1649 Integer authenticators) throws Exception { in invokeAuthenticate()
[all …]
DAuthSessionTest.java304 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession()
317 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
DAuthServiceTest.java269 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
/frameworks/base/services/core/java/com/android/server/biometrics/
DUtils.java100 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() local
118 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested()
137 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength()
159 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested()
207 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig() local
216 static boolean isValidAuthenticatorConfig(int authenticators) { in isValidAuthenticatorConfig()
361 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
DAuthService.java292 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate()
405 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel()
451 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage()
521 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
DBiometricService.java729 @Authenticators.Types int authenticators) { in canAuthenticate()
923 @Authenticators.Types int authenticators) { in getCurrentModality()
946 public int getSupportedModalities(@Authenticators.Types int authenticators) { in getSupportedModalities()
1018 @Authenticators.Types int authenticators) throws RemoteException { in createPreAuthInfo()
DAuthSession.java410 @BiometricManager.Authenticators.Types int authenticators = in onErrorReceived() local
/frameworks/base/core/java/android/hardware/biometrics/
DIAuthService.aidl54 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate()
80 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel()
84 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage()
88 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
DBiometricManager.java227 @Authenticators.Types int authenticators) { in Strings()
461 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate()
475 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate()
499 public Strings getStrings(@Authenticators.Types int authenticators) { in getStrings()
DIBiometricService.aidl48 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate()
84 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
87 int getSupportedModalities(int authenticators); in getSupportedModalities()
DBiometricPrompt.java340 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators()
424 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() local
942 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() local
DPromptInfo.java175 public void setAuthenticators(int authenticators) { in setAuthenticators()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
DUtils.java75 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isDeviceCredentialAllowed() local
80 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in isBiometricAllowed() local
DAuthController.java506 @Authenticators.Types final int authenticators = promptInfo.getAuthenticators(); in showAuthenticationDialog() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
DAuthContainerViewTest.java239 private void initializeContainer(int authenticators) { in initializeContainer()
DAuthBiometricViewTest.java360 int authenticators = Authenticators.BIOMETRIC_WEAK; in buildPromptInfo() local