Home
last modified time | relevance | path

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

1234567

/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/
H A DUtilsTest.java75 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
89 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
125 int authenticators = 0; in testIsDeviceCredentialAllowed_withIntegerFlags() local
140 int authenticators = 0; in testIsDeviceCredentialAllowed_withBundle() local
158 int authenticators = Integer.MAX_VALUE; in testGetBiometricStrength_removeUnrelatedBits() local
173 int authenticators = 1 << i; in testIsBiometricAllowed() local
180 int authenticators = 1 << i; in testIsBiometricAllowed() local
347 @Authenticators.Types int authenticators = Integer.MAX_VALUE; in testRemoveBiometricBits() local
H A DBiometricServiceTest.java1155 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withKeyDeviceCredential_andKeyAuthenticators() local
1169 final @Authenticators.Types int authenticators = in testCombineAuthenticatorBundles_withNoKeyDeviceCredential_andKeyAuthenticators() local
1443 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenDeviceDoesNotHaveRequestedBiometricStrength() local
1481 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricsEnrolled() local
1501 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps_returnsHardwareUnavailable() local
1520 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenBiometricsNotEnabledForApps() local
1536 int authenticators = Authenticators.BIOMETRIC_STRONG; in testCanAuthenticate_whenNoBiometricSensor() local
1761 int authenticators = Authenticators.BIOMETRIC_STRONG; in testWithDowngradedAuthenticator() local
2070 private int invokeCanAuthenticate(BiometricService service, int authenticators) in invokeCanAuthenticate()
2157 Integer authenticators) throws Exception { in invokeAuthenticateAndStart()
[all …]
H A DAuthServiceTest.java418 final int authenticators = 0; in testCanAuthenticate_callsBiometricServiceCanAuthenticate() local
529 final int authenticators = BiometricManager.Authenticators.BIOMETRIC_STRONG; in testGetLastAuthenticationTime_flaggedOn_callsBiometricService() local
H A DAuthSessionTest.java856 boolean checkDevicePolicyManager, @Authenticators.Types int authenticators, in createAuthSession()
870 private PromptInfo createPromptInfo(@Authenticators.Types int authenticators) { in createPromptInfo()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java123 final @Authenticators.Types int authenticators; in combineAuthenticatorBundles() local
141 static boolean isCredentialRequested(@Authenticators.Types int authenticators) { in isCredentialRequested()
149 static boolean isMandatoryBiometricsRequested(@Authenticators.Types int authenticators) { in isMandatoryBiometricsRequested()
168 static int getPublicBiometricStrength(@Authenticators.Types int authenticators) { in getPublicBiometricStrength()
190 static boolean isBiometricRequested(@Authenticators.Types int authenticators) { in isBiometricRequested()
238 final int authenticators = promptInfo.getAuthenticators(); in isValidAuthenticatorConfig() local
248 static boolean isValidAuthenticatorConfig(Context context, int authenticators) { in isValidAuthenticatorConfig()
422 static int removeBiometricBits(@Authenticators.Types int authenticators) { in removeBiometricBits()
H A DAuthService.java361 @Authenticators.Types int authenticators) throws RemoteException { in canAuthenticate()
389 @Authenticators.Types int authenticators) throws RemoteException { in getLastAuthenticationTime()
539 @Authenticators.Types int authenticators) throws RemoteException { in getButtonLabel()
585 @Authenticators.Types int authenticators) throws RemoteException { in getPromptMessage()
655 @Authenticators.Types int authenticators) throws RemoteException { in getSettingName()
/aosp_15_r20/frameworks/base/core/java/android/hardware/biometrics/
H A DIAuthService.aidl59 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate()
62 long getLastAuthenticationTime(int userId, int authenticators); in getLastAuthenticationTime()
97 CharSequence getButtonLabel(int userId, String opPackageName, int authenticators); in getButtonLabel()
101 CharSequence getPromptMessage(int userId, String opPackageName, int authenticators); in getPromptMessage()
105 CharSequence getSettingName(int userId, String opPackageName, int authenticators); in getSettingName()
H A DBiometricManager.java294 @Authenticators.Types int authenticators) { in Strings()
528 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate()
542 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate()
566 public Strings getStrings(@Authenticators.Types int authenticators) { in getStrings()
781 public long getLastAuthenticationTime( in getLastAuthenticationTime()
H A DIBiometricService.aidl54 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate()
58 long getLastAuthenticationTime(int userId, int authenticators); in getLastAuthenticationTime()
106 int getCurrentModality(String opPackageName, int userId, int callingUserId, int authenticators); in getCurrentModality()
110 int getSupportedModalities(int authenticators); in getSupportedModalities()
H A DBiometricPrompt.java505 public Builder setAllowedAuthenticators(@Authenticators.Types int authenticators) { in setAllowedAuthenticators()
674 final @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in build() local
1389 @Authenticators.Types int authenticators = mPromptInfo.getAuthenticators(); in authenticate() local
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowBiometricManager.java69 protected int canAuthenticate(int authenticators) { in canAuthenticate()
75 protected int canAuthenticate(int userId, int authenticators) { in canAuthenticate()
79 private int canAuthenticateInternal(int userId, int authenticators) { in canAuthenticateInternal()
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2-V4-java-source/gen/android/system/keystore2/
DIKeystoreSecurityLevel.java36 …rdware.security.keymint.KeyParameter[] params, android.system.keystore2.AuthenticatorSpec[] authen… in importWrappedKey()
346 …rdware.security.keymint.KeyParameter[] params, android.system.keystore2.AuthenticatorSpec[] authen… in importWrappedKey()
468 …rdware.security.keymint.KeyParameter[] params, android.system.keystore2.AuthenticatorSpec[] authen… in importWrappedKey()
/aosp_15_r20/cts/tests/tests/accounts/common/src/android/accounts/cts/common/
H A DAuthenticatorContentProvider.java82 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in setup() local
100 AuthenticatorDescription[] authenticators = am.getAuthenticatorTypes(); in teardown() local
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/biometrics/
H A DBiometricTestExtensions.kt115 var authenticators = Authenticators.EMPTY_SET in extractAuthenticatorTypes() variable
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/biometric/biometric/1.4.0-alpha02/androidx.biometric_biometric/android_common/aar/
Dandroidx.biometric_biometric.jarMETA-INF/ androidx/ androidx/biometric/ androidx/biometric/AuthenticationRequest$Biometric$Builder ...
Dclasses.jarMETA-INF/ androidx/ androidx/biometric/ androidx/biometric/AuthenticationRequest$Biometric$Builder ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/repackaged-jarjar/javac-4/
Dservices.core.unboosted.jarcom/android/server/biometrics/sensors/BiometricSchedulerOperation.class BiometricSchedulerOperation.java package com. ...
/aosp_15_r20/out/soong/.intermediates/frameworks/base/services/core/services.core.unboosted/android_common/javac/
Dservices.core.unboosted.jar4META-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...
/aosp_15_r20/external/python/cpython2/Lib/
Dnetrc.py119 def authenticators(self, host): member in netrc
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowBiometricManagerTest.java97 final int authenticators = in testCanAuthenticateBiometricWeakDeviceCredential_serviceConnected_canAuthenticate() local
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/helper/
H A DAuthenticationHandler.java74 static ThreadLocal<AuthenticationHandler> authenticators = new ThreadLocal<>(); field in AuthenticationHandler.GlobalHandler
/aosp_15_r20/out/soong/.intermediates/system/hardware/interfaces/keystore2/aidl/android.system.keystore2_interface/dump/android/system/keystore2/
DIKeystoreSecurityLevel.aidl41 …ware.security.keymint.KeyParameter[] params, in android.system.keystore2.AuthenticatorSpec[] authe… in importWrappedKey()
/aosp_15_r20/system/hardware/interfaces/keystore2/aidl/android/system/keystore2/
DIKeystoreSecurityLevel.aidl182 in AuthenticatorSpec[] authenticators); in importWrappedKey()
/aosp_15_r20/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/2/android/system/keystore2/
DIKeystoreSecurityLevel.aidl41 …ware.security.keymint.KeyParameter[] params, in android.system.keystore2.AuthenticatorSpec[] authe… in importWrappedKey()
/aosp_15_r20/system/hardware/interfaces/keystore2/aidl/aidl_api/android.system.keystore2/4/android/system/keystore2/
DIKeystoreSecurityLevel.aidl41 …ware.security.keymint.KeyParameter[] params, in android.system.keystore2.AuthenticatorSpec[] authe… in importWrappedKey()

1234567