Home
last modified time | relevance | path

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

/cts/tests/tests/content/src/android/content/cts/
DAsyncQueryHandlerTest.java278 String selection, String[] selectionArgs, String orderBy, boolean cancelable) { in startQuery() argument
279 if (cancelable) { in startQuery()
287 ContentValues initialValues, boolean cancelable) { in startInsert() argument
288 if (cancelable) { in startInsert()
295 String selection, String[] selectionArgs, boolean cancelable) { in startUpdate() argument
296 if (cancelable) { in startUpdate()
303 String[] selectionArgs, boolean cancelable) { in startDelete() argument
304 if (cancelable) { in startDelete()
/cts/tests/app/app/src/android/app/stubs/
DDialogStubActivity.java253 private AlertDialog getAlertDialogCancelableInstance(boolean cancelable) { in getAlertDialogCancelableInstance() argument
259 return new MockAlertDialog(this, cancelable, cancelListener); in getAlertDialogCancelableInstance()
366 … public MockAlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in MockAlertDialog() argument
367 super(context, cancelable, cancelListener); in MockAlertDialog()
DTestDialog.java97 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() argument
98 super(context, cancelable, cancelListener); in TestDialog()
/cts/tests/app/src/android/app/cts/
DAlertDialog_BuilderTest.java253 private void testCancelable(final boolean cancelable) { in testCancelable() argument
256 mBuilder.setCancelable(cancelable); in testCancelable()
268 if (cancelable) { in testCancelable()