Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java48 public static final int TEST_CUSTOM_ALERTDIALOG = 3; field in DialogStubActivity
126 case TEST_CUSTOM_ALERTDIALOG: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java149 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG); in testCustomAlertDialog()