Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDialogStubActivity.java50 public static final int TEST_CUSTOM_ALERTDIALOG = 3; field in DialogStubActivity
125 case TEST_CUSTOM_ALERTDIALOG: in onCreateDialog()
/cts/tests/tests/app/src/android/app/cts/
DAlertDialogTest.java151 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG); in testCustomAlertDialog()