Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java48 public static final int TEST_ALERTDIALOG = 2; field in DialogStubActivity
123 case TEST_ALERTDIALOG: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java83 doTestAlertDialog(DialogStubActivity.TEST_ALERTDIALOG); in testAlertDialog()