Home
last modified time | relevance | path

Searched defs:cancelable (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java386 String selection, String[] selectionArgs, String orderBy, boolean cancelable) { in startQuery()
395 ContentValues initialValues, boolean cancelable) { in startInsert()
403 String selection, String[] selectionArgs, boolean cancelable) { in startUpdate()
411 String[] selectionArgs, boolean cancelable) { in startDelete()
/cts/tests/src/android/app/cts/
DDialogStubActivity.java227 private AlertDialog getAlertDialogCancelablInstance(boolean cancelable) { in getAlertDialogCancelablInstance()
362 … public MockAlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in MockAlertDialog()
DTestDialog.java93 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog()
/cts/tests/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java399 private void setCancelable(final boolean cancelable) throws Throwable { in setCancelable()