Home
last modified time | relevance | path

Searched defs:sensorLocations (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintSensorPropertiesInternal.java52 @NonNull List<SensorLocationInternal> sensorLocations) { in FingerprintSensorPropertiesInternal()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/data/repository/
H A DFingerprintRepositoryImplTest.kt81 val sensorLocations by collectLastValue(repository.sensorLocations) regex
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintProvider.java820 final List<SensorLocationInternal> sensorLocations = new ArrayList<>(); in getWorkaroundSensorProps() local