Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java1507 HashSet<ScrimState> regularStates = new HashSet<>(Arrays.asList( in testIsLowPowerMode() local
1515 if (!lowPowerModeStates.contains(state) && !regularStates.contains(state)) { in testIsLowPowerMode()