Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFingerprintAuthRepositoryTest.kt137 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex
138 assertThat(availableFpSensorType()).isEqualTo(BiometricType.SIDE_FINGERPRINT)
147 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex
148 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT)
158 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex
160 assertThat(availableFpSensorType()).isEqualTo(BiometricType.REAR_FINGERPRINT)
171 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex
176 assertThat(availableFpSensorType()).isNull()
180 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/data/repository/
H A DDeviceEntryFingerprintAuthRepository.kt57 val availableFpSensorType: Flow<BiometricType?>
79 override val availableFpSensorType: Flow<BiometricType?>
H A DDeviceEntryFaceAuthRepository.kt333 deviceEntryFingerprintAuthRepository.availableFpSensorType.map {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/keyguard/data/repository/
H A DFakeDeviceEntryFingerprintAuthRepository.kt42 override val availableFpSensorType: Flow<BiometricType?>