Home
last modified time | relevance | path

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

/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java62 public static final int TEST_PROTECTED_CANCELABLE = 16; field in DialogStubActivity
220 case TEST_PROTECTED_CANCELABLE: in onCreateDialog()
/cts/tests/app/src/android/app/cts/
DDialogTest.java139 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellable()
155 startDialogActivity(DialogStubActivity.TEST_PROTECTED_CANCELABLE); in testConstructor_protectedCancellableEsc()