Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f6a1ed56 authored by Grace Cheng's avatar Grace Cheng Committed by Android (Google) Code Review
Browse files

Merge "Fix PromptViewModelTest toString method" into main

parents 79dee49b 76f76c24
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 -> "?"
            }