Loading packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/PromptViewModelTest.kt +4 −2 Original line number Diff line number Diff line Loading @@ -1799,8 +1799,10 @@ internal data class TestCase( when { fingerprint != null && face != null -> "coex" fingerprint != null && fingerprint.isAnySidefpsType -> "fingerprint only, sideFps" fingerprint != null && !fingerprint.isAnySidefpsType -> "fingerprint only, non-sideFps" fingerprint != null && fingerprint.isAnyUdfpsType -> "fingerprint only, udfps" fingerprint != null && fingerprint.sensorType == FingerprintSensorProperties.TYPE_REAR -> "fingerprint only, rearFps" face != null -> "face only" else -> "?" } Loading Loading
packages/SystemUI/tests/src/com/android/systemui/biometrics/ui/viewmodel/PromptViewModelTest.kt +4 −2 Original line number Diff line number Diff line Loading @@ -1799,8 +1799,10 @@ internal data class TestCase( when { fingerprint != null && face != null -> "coex" fingerprint != null && fingerprint.isAnySidefpsType -> "fingerprint only, sideFps" fingerprint != null && !fingerprint.isAnySidefpsType -> "fingerprint only, non-sideFps" fingerprint != null && fingerprint.isAnyUdfpsType -> "fingerprint only, udfps" fingerprint != null && fingerprint.sensorType == FingerprintSensorProperties.TYPE_REAR -> "fingerprint only, rearFps" face != null -> "face only" else -> "?" } Loading