Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java56 public static final int TEST_CUSTOM_ALERTDIALOG_VIEW = 11; field in DialogStubActivity
130 case TEST_CUSTOM_ALERTDIALOG_VIEW: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java154 startDialogActivity(DialogStubActivity.TEST_CUSTOM_ALERTDIALOG_VIEW); in testCustomAlertDialogView()