Searched refs:getAuthenticatorIds (Results 1 – 14 of 14) sorted by relevance
566 public long[] getAuthenticatorIds() { in getAuthenticatorIds() method in BiometricManager567 return getAuthenticatorIds(UserHandle.myUserId()); in getAuthenticatorIds()579 public long[] getAuthenticatorIds(int userId) { in getAuthenticatorIds() method in BiometricManager582 return mService.getAuthenticatorIds(userId); in getAuthenticatorIds()
76 long[] getAuthenticatorIds(in int userId); in getAuthenticatorIds() method
86 long[] getAuthenticatorIds(int callingUserId); in getAuthenticatorIds() method
296 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleLoadAuthenticatorIdsForUser()355 mFaceSensors.get(sensorId).getAuthenticatorIds(), callback); in scheduleInvalidateAuthenticatorId()368 return mFaceSensors.get(sensorId).getAuthenticatorIds().getOrDefault(userId, 0L); in getAuthenticatorId()560 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleRemoveSpecifiedIds()647 mFaceSensors.get(sensorId).getAuthenticatorIds()); in scheduleInternalCleanup()
589 @NonNull Map<Integer, Long> getAuthenticatorIds() { in getAuthenticatorIds() method in Sensor
350 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleLoadAuthenticatorIdsForUser()583 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleRemoveSpecifiedIds()607 mFingerprintSensors.get(sensorId).getAuthenticatorIds()); in scheduleInternalCleanup()655 mFingerprintSensors.get(sensorId).getAuthenticatorIds(), callback); in scheduleInvalidateAuthenticatorId()668 return mFingerprintSensors.get(sensorId).getAuthenticatorIds().getOrDefault(userId, 0L); in getAuthenticatorId()
546 @NonNull Map<Integer, Long> getAuthenticatorIds() { in getAuthenticatorIds() method in Sensor
81 .getAuthenticatorIds(); in canUserAuthorizationSucceed()
264 final long[] biometricSids = bm.getAuthenticatorIds(); in addSids()
953 long[] biometricSids = bm.getAuthenticatorIds(); in setWrappedKeyEntry()
373 public long[] getAuthenticatorIds(int userId) throws RemoteException { in getAuthenticatorIds() method in AuthService.AuthServiceImpl397 return mBiometricService.getAuthenticatorIds(userId); in getAuthenticatorIds()
718 public long[] getAuthenticatorIds(int callingUserId) {
1581 return biometricManager.getAuthenticatorIds(userId); in getBiometricSids()
2826 HPLcom/android/server/biometrics/BiometricService$BiometricServiceWrapper;->getAuthenticatorIds(I)[J