Searched refs:testNightMode (Results 1 – 2 of 2) sorted by relevance
361 final int testNightMode = (systemNightMode == MODE_NIGHT_AUTO in testSetApplicationNightMode() local364 final int testConfigNightMode = testNightMode == MODE_NIGHT_YES in testSetApplicationNightMode()367 final String nightModeNo = String.valueOf(testNightMode); in testSetApplicationNightMode()
93 public void testNightMode() throws Exception { in testNightMode() method in UiModeManagerTest