Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DDozeMachineTest.java500 Configuration configuration = configWithCarNightUiMode(); in testTransitionToInitialized_carModeIsEnabled()
512 Configuration configuration = configWithCarNightUiMode(); in testTransitionToFinish_carModeIsEnabled()
523 Configuration configuration = configWithCarNightUiMode(); in testDozeToDozeSuspendTriggers_carModeIsEnabled()
534 Configuration configuration = configWithCarNightUiMode(); in testDozeAoDToDozeSuspendTriggers_carModeIsEnabled()
545 Configuration configuration = configWithCarNightUiMode(); in testDozePulsingBrightDozeSuspendTriggers_carModeIsEnabled()
556 Configuration configuration = configWithCarNightUiMode(); in testDozeAodDockedDozeSuspendTriggers_carModeIsEnabled()
567 Configuration newConfig = configWithCarNightUiMode(); in testOnConfigurationChanged_propagatesUiModeTypeToParts()
577 Configuration newConfig = configWithCarNightUiMode(); in testOnConfigurationChanged_propagatesOnlyUiModeChangesToParts()
592 private Configuration configWithCarNightUiMode() { in configWithCarNightUiMode() method in DozeMachineTest