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