Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSplashscreenTests.java361 final int testNightMode = (systemNightMode == MODE_NIGHT_AUTO in testSetApplicationNightMode() local
364 final int testConfigNightMode = testNightMode == MODE_NIGHT_YES in testSetApplicationNightMode()
367 final String nightModeNo = String.valueOf(testNightMode); in testSetApplicationNightMode()
/cts/tests/app/src/android/app/cts/
DUiModeManagerTest.java93 public void testNightMode() throws Exception { in testNightMode() method in UiModeManagerTest