Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DNotificationTest.java1691 final String nightModeText = runShellCommand("cmd uimode night"); in changeNightMode() local
1692 final String[] nightModeSplit = nightModeText.split(":"); in changeNightMode()
1694 fail("Failed to get initial night mode value from " + nightModeText); in changeNightMode()