Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDisplayEventActivity.java47 private static final int DISPLAY_REMOVED = 3; field in DisplayEventActivity
71 callback(displayId, DISPLAY_REMOVED); in onCreate()
111 if (event == DISPLAY_REMOVED) { in callback()
/cts/tests/tests/display/src/android/display/cts/
DDisplayEventTest.java80 private static final int DISPLAY_REMOVED = 3; field in DisplayEventTest
347 mDisplayBundles.valueAt(i).waitDisplayEvent(DISPLAY_REMOVED); in testDisplayEvents()