/aosp12/frameworks/base/core/java/android/hardware/biometrics/ |
H A D | BiometricManager.java | 420 public int canAuthenticate() { in canAuthenticate() method in BiometricManager 421 @BiometricError final int result = canAuthenticate(mContext.getUserId(), in canAuthenticate() 461 public int canAuthenticate(@Authenticators.Types int authenticators) { in canAuthenticate() method in BiometricManager 462 @BiometricError final int result = canAuthenticate(mContext.getUserId(), authenticators); in canAuthenticate() 475 public int canAuthenticate(int userId, @Authenticators.Types int authenticators) { in canAuthenticate() method in BiometricManager 479 return mService.canAuthenticate(opPackageName, userId, authenticators); in canAuthenticate()
|
H A D | IAuthService.aidl | 55 int canAuthenticate(String opPackageName, int userId, int authenticators); in canAuthenticate() method
|
H A D | IBiometricService.aidl | 49 int canAuthenticate(String opPackageName, int userId, int callingUserId, int authenticators); in canAuthenticate() method
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/ |
H A D | AuthServiceTest.java | 270 when(mBiometricService.canAuthenticate(anyString(), anyInt(), anyInt(), anyInt())) in testCanAuthenticate_callsBiometricServiceCanAuthenticate() 274 .canAuthenticate(TEST_OP_PACKAGE_NAME, userId, authenticators); in testCanAuthenticate_callsBiometricServiceCanAuthenticate() 278 verify(mBiometricService).canAuthenticate( in testCanAuthenticate_callsBiometricServiceCanAuthenticate()
|
H A D | BiometricServiceTest.java | 1554 return service.mImpl.canAuthenticate( in invokeCanAuthenticate()
|
/aosp12/packages/apps/Settings/src/com/android/settings/biometrics/ |
H A D | BiometricEnrollActivity.java | 151 strongBiometricStatus = bm.canAuthenticate(Authenticators.BIOMETRIC_STRONG); in onCreate() 152 weakBiometricStatus = bm.canAuthenticate(Authenticators.BIOMETRIC_WEAK); in onCreate() 153 deviceCredentialStatus = bm.canAuthenticate(Authenticators.DEVICE_CREDENTIAL); in onCreate() 281 final @BiometricError int result = bm.canAuthenticate(authenticators);
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/ |
H A D | AuthService.java | 292 public int canAuthenticate(String opPackageName, int userId, in canAuthenticate() method in AuthService.AuthServiceImpl 306 final int result = mBiometricService.canAuthenticate( in canAuthenticate()
|
H A D | BiometricService.java | 743 public int canAuthenticate(String opPackageName, int userId, int callingUserId, in canAuthenticate() method in BiometricService.BiometricServiceWrapper
|
/aosp12/frameworks/proto_logging/stats/ |
H A D | atoms.proto | 5153 * Logs when one of the BiometricPrompt#canAuthenticate() method variants is called. 5204 // android.hardware.biometrics.BiometricManager#canAuthenticate()
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 8352 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate()I 8353 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate(I)I 8354 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate(II)I 8357 HSPLandroid/hardware/biometrics/IAuthService$Stub$Proxy;->canAuthenticate(Ljava/lang/String;II)I
|
/aosp12/frameworks/base/config/ |
H A D | boot-image-profile.txt | 8347 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate()I 8348 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate(I)I 8349 HSPLandroid/hardware/biometrics/BiometricManager;->canAuthenticate(II)I 8352 HSPLandroid/hardware/biometrics/IAuthService$Stub$Proxy;->canAuthenticate(Ljava/lang/String;II)I
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 17766 …ecated @RequiresPermission(android.Manifest.permission.USE_BIOMETRIC) public int canAuthenticate(); 17767 …hod @RequiresPermission(android.Manifest.permission.USE_BIOMETRIC) public int canAuthenticate(int);
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 13472 HPLcom/android/server/biometrics/AuthService$AuthServiceImpl;->canAuthenticate(Ljava/lang/String;II… 13588 HPLcom/android/server/biometrics/BiometricService$BiometricServiceWrapper;->canAuthenticate(Ljava/l…
|