Home
last modified time | relevance | path

Searched refs:mProps (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/fingerprint/
H A DFingerprintManagerTest.java83 private List<FingerprintSensorPropertiesInternal> mProps; field in FingerprintManagerTest
101 mProps = List.of(new FingerprintSensorPropertiesInternal( in setUp()
116 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in getSensorPropertiesInternal_noBinderCalls()
120 assertThat(actual).containsExactlyElementsIn(mProps); in getSensorPropertiesInternal_noBinderCalls()
161 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in enrollment_errorWhenHardwareAuthTokenIsNull()
/aosp14/frameworks/base/core/tests/coretests/src/android/hardware/face/
H A DFaceManagerTest.java88 private List<FaceSensorPropertiesInternal> mProps; field in FaceManagerTest
106 mProps = List.of(new FaceSensorPropertiesInternal( in setUp()
122 assertThat(actual).containsExactlyElementsIn(mProps); in getSensorPropertiesInternal_noBinderCalls()
197 mCaptor.getValue().onAllAuthenticatorsRegistered(mProps); in initializeProperties()
/aosp14/frameworks/base/core/java/android/hardware/face/
H A DFaceManager.java92 private List<FaceSensorPropertiesInternal> mProps = new ArrayList<>(); field in FaceManager
185 mProps = sensors; in FaceManager()
717 if (!mProps.isEmpty() || mService == null) { in getSensorPropertiesInternal()
718 return mProps; in getSensorPropertiesInternal()
724 return mProps; in getSensorPropertiesInternal()
/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java175 private List<FingerprintSensorPropertiesInternal> mProps = new ArrayList<>(); field in FingerprintManager
1215 if (!mProps.isEmpty() || mService == null) { in getSensorPropertiesInternal()
1216 return mProps; in getSensorPropertiesInternal()
1547 mProps = sensors; in FingerprintManager()