Searched refs:availableFpSensorType (Results 1 – 4 of 4) sorted by relevance
137 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex138 assertThat(availableFpSensorType()).isEqualTo(BiometricType.SIDE_FINGERPRINT)147 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex148 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT)158 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex160 assertThat(availableFpSensorType()).isEqualTo(BiometricType.REAR_FINGERPRINT)171 val availableFpSensorType = collectLastValue(underTest.availableFpSensorType) regex176 assertThat(availableFpSensorType()).isNull()180 assertThat(availableFpSensorType()).isEqualTo(BiometricType.UNDER_DISPLAY_FINGERPRINT)
57 val availableFpSensorType: Flow<BiometricType?>79 override val availableFpSensorType: Flow<BiometricType?>
333 deviceEntryFingerprintAuthRepository.availableFpSensorType.map {
42 override val availableFpSensorType: Flow<BiometricType?>