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.java195 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()
209 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStopEsc()
270 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnSaveInstanceState()
282 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testGetCurrentFocus()
415 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyDownKeyUp()
435 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyMultiple()
463 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTouchEvent()
510 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTrackballEvent()
541 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowAttributesChanged()
560 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()