Home
last modified time | relevance | path

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

/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java253 final Display.Mode newMode = modes[1]; in testModeSwitch() local
280 getInstrumentation().getContext(), display, newMode.getModeId()); in testModeSwitch()
290 assertEquals(newMode, display.getMode()); in testModeSwitch()
/cts/tests/tests/widget/src/android/widget/cts/
DDialerFilterTest.java448 protected void onModeChange(final int oldMode, final int newMode) { in onModeChange() argument
449 super.onModeChange(oldMode, newMode); in onModeChange()
451 mNewMode = newMode; in onModeChange()