Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/
DDialogFrameTestActivity.java53 static final String TEST_NO_FOCUS = "NoFocus"; field in DialogFrameTestActivity
102 case TEST_NO_FOCUS: in setupTest()
DDialogFrameTests.java28 import static android.server.wm.DialogFrameTestActivity.TEST_NO_FOCUS;
220 doFullscreenTest(TEST_NO_FOCUS, (parent, dialog) -> in testNoFocusDialog()