Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java61 public static final int TEST_ALERTDIALOG_NOT_CANCELABLE = 15; field in DialogStubActivity
217 case TEST_ALERTDIALOG_NOT_CANCELABLE: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java217 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_NOT_CANCELABLE); in testAlertDialogNotCancelable()