Home
last modified time | relevance | path

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

/cts/tests/tests/app/src/android/app/cts/
DDialogTest.java145 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()
209 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnSaveInstanceState()
229 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testGetCurrentFocus()
336 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyDownKeyUp()
355 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyMultiple()
367 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTouchEvent()
421 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTrackballEvent()
450 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowAttributesChanged()
470 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnContentChanged()
487 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowFocusChanged()
[all …]
/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java55 public static final int TEST_ONSTART_AND_ONSTOP = 8; field in DialogStubActivity
158 case TEST_ONSTART_AND_ONSTOP: in onCreateDialog()