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.java149 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnStartCreateStop()
213 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnSaveInstanceState()
233 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testGetCurrentFocus()
340 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyDownKeyUp()
359 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnKeyMultiple()
371 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTouchEvent()
432 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testTrackballEvent()
461 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnWindowAttributesChanged()
481 startDialogActivity(DialogStubActivity.TEST_ONSTART_AND_ONSTOP); in testOnContentChanged()
498 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()