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.java49 public static final int TEST_CUSTOM_ALERTDIALOG = 3; field in DialogStubActivity
127 case TEST_CUSTOM_ALERTDIALOG: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java179 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG); in testCustomAlertDialog()