Home
last modified time | relevance | path

Searched refs:getBiometricUtils (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/fingerprint/
DFingerprintService.java297 fingerId, groupId, userId, restricted, token.toString(), getBiometricUtils()) { in remove()
378 getBiometricUtils().renameBiometricForUser(getContext(), groupId, in rename()
591 new Fingerprint(getBiometricUtils().getUniqueName(getContext(), groupId),
742 protected BiometricUtils getBiometricUtils() { in getBiometricUtils() method in FingerprintService
835 return getBiometricUtils().getBiometricsForUser(getContext(), userId).size() > 0; in hasEnrolledBiometrics()
869 return getBiometricUtils().getBiometricsForUser(getContext(), userId); in getEnrolledTemplates()
1013 final int N = getBiometricUtils().getBiometricsForUser(getContext(), userId).size(); in dumpInternal()
1052 getBiometricUtils().getBiometricsForUser(getContext(), userId).size()); in dumpProto()
/frameworks/base/services/core/java/com/android/server/biometrics/iris/
DIrisService.java73 protected BiometricUtils getBiometricUtils() { in getBiometricUtils() method in IrisService
/frameworks/base/services/core/java/com/android/server/biometrics/face/
DFaceService.java481 0 /* groupId */, userId, restricted, token.toString(), getBiometricUtils()) { in remove()
564 getBiometricUtils().renameBiometricForUser(getContext(), mCurrentUserId, in rename()
862 final Face face = new Face(getBiometricUtils()
1100 protected BiometricUtils getBiometricUtils() { in getBiometricUtils() method in FaceService
1191 return getBiometricUtils().getBiometricsForUser(getContext(), userId).size() > 0; in hasEnrolledBiometrics()
1212 return getBiometricUtils().getBiometricsForUser(getContext(), userId); in getEnrolledTemplates()
1309 final int N = getBiometricUtils().getBiometricsForUser(getContext(), userId).size(); in dumpInternal()
/frameworks/base/services/core/java/com/android/server/biometrics/
DBiometricServiceBase.java136 protected abstract BiometricUtils getBiometricUtils(); in getBiometricUtils() method in BiometricServiceBase
287 userId, groupId, cryptoToken, restricted, owner, getBiometricUtils(), in EnrollClientImpl()
306 userId, restricted, owner, getBiometricUtils()); in InternalRemovalClient()
1264 getBiometricUtils()); in enumerateUser()
/frameworks/base/services/
Dart-profile5265 HSPLcom/android/server/biometrics/fingerprint/FingerprintService;->getBiometricUtils()Lcom/android/…