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.java150 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()
214 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnSaveInstanceState()
234 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testGetCurrentFocus()
341 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyDownKeyUp()
360 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyMultiple()
372 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTouchEvent()
435 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTrackballEvent()
464 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowAttributesChanged()
484 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnContentChanged()
501 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowFocusChanged()
[all …]
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java53 public static final int TEST_ONSTART_AND_ONSTOP = 8; field in DialogStubActivity
159 case TEST_ONSTART_AND_ONSTOP: in onCreateDialog()