Home
last modified time | relevance | path

Searched refs:getSensorPropertiesInternal (Results 1 – 15 of 15) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/
H A DFingerprintManagerTest.java118 mFingerprintManager.getSensorPropertiesInternal(); in getSensorPropertiesInternal_noBinderCalls()
121 verify(mService, never()).getSensorPropertiesInternal(any()); in getSensorPropertiesInternal_noBinderCalls()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/face/
H A DFaceManagerTest.java120 List<FaceSensorPropertiesInternal> actual = mFaceManager.getSensorPropertiesInternal(); in getSensorPropertiesInternal_noBinderCalls()
123 verify(mService, never()).getSensorPropertiesInternal(any()); in getSensorPropertiesInternal_noBinderCalls()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java474 getSensorPropertiesInternal(); in generateChallenge()
602 getSensorPropertiesInternal(); in getEnrolledFaces()
649 getSensorPropertiesInternal(); in hasEnrolledTemplates()
675 getSensorPropertiesInternal(); in isHardwareDetected()
702 = getSensorPropertiesInternal(); in getSensorProperties()
715 public List<FaceSensorPropertiesInternal> getSensorPropertiesInternal() { in getSensorPropertiesInternal() method in FaceManager
720 return mService.getSensorPropertiesInternal(mContext.getOpPackageName()); in getSensorPropertiesInternal()
H A DIFaceService.aidl48 List<FaceSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() method
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DBiometricDeferredQueue.java211 mFingerprintManager.getSensorPropertiesInternal(); in processPendingLockoutsForFingerprint()
244 mFaceManager.getSensorPropertiesInternal(); in processPendingLockoutsForFace()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DIFingerprintService.aidl50 List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal(String opPackageName); in getSensorPropertiesInternal() method
H A DFingerprintManager.java187 = getSensorPropertiesInternal(); in getSensorProperties()
1213 public List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal() { in getSensorPropertiesInternal() method in FingerprintManager
1218 return mService.getSensorPropertiesInternal(mContext.getOpPackageName()); in getSensorPropertiesInternal()
1563 final List<FingerprintSensorPropertiesInternal> allSensors = getSensorPropertiesInternal(); in getFirstFingerprintSensor()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/
H A DAuthControllerTest.java257 when(mFingerprintManager.getSensorPropertiesInternal()).thenReturn(fpProps); in setup()
269 when(mFaceManager.getSensorPropertiesInternal()).thenReturn(faceProps); in setup()
362 mFaceManager.getSensorPropertiesInternal()); in testFaceAuthEnrollmentStatus()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/
H A DFaceService.java131 public List<FaceSensorPropertiesInternal> getSensorPropertiesInternal( in getSensorPropertiesInternal() method in FaceService.FaceServiceWrapper
405 final int numSensors = getSensorPropertiesInternal( in removeAll()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/
H A DFingerprintService.java169 public List<FingerprintSensorPropertiesInternal> getSensorPropertiesInternal(
595 final int numSensors = getSensorPropertiesInternal(
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthController.java818 mFaceProps = mFaceManager != null ? mFaceManager.getSensorPropertiesInternal() : null; in AuthController()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/
H A DBiometricService.java1001 return fpm.getSensorPropertiesInternal();
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardUpdateMonitorTest.java426 when(mFaceManager.getSensorPropertiesInternal()).thenReturn(mFaceSensorProperties); in setupFaceAuth()
436 when(mFingerprintManager.getSensorPropertiesInternal()).thenReturn( in setupFingerprintAuth()
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt8331 HSPLandroid/hardware/face/FaceManager;->getSensorPropertiesInternal()Ljava/util/List;
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt8334 HSPLandroid/hardware/face/FaceManager;->getSensorPropertiesInternal()Ljava/util/List;