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.java60 public static final int TEST_ALERTDIALOG_NOT_CANCELABLE = 15; field in DialogStubActivity
216 case TEST_ALERTDIALOG_NOT_CANCELABLE: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialogTest.java183 startDialogActivity(DialogStubActivity.TEST_ALERTDIALOG_NOT_CANCELABLE); in testAlertDialogNotCancelable()