Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDialogTest.java194 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()
208 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStopEsc()
269 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnSaveInstanceState()
281 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testGetCurrentFocus()
414 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyDownKeyUp()
434 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyMultiple()
462 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTouchEvent()
509 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTrackballEvent()
540 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowAttributesChanged()
559 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnContentChanged()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java54 public static final int TEST_ONSTART_AND_ONSTOP = 8; field in DialogStubActivity
160 case TEST_ONSTART_AND_ONSTOP: in onCreateDialog()