Searched refs:cancelable (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/content/src/android/content/cts/ |
D | AsyncQueryHandlerTest.java | 276 String selection, String[] selectionArgs, String orderBy, boolean cancelable) { in startQuery() argument 277 if (cancelable) { in startQuery() 285 ContentValues initialValues, boolean cancelable) { in startInsert() argument 286 if (cancelable) { in startInsert() 293 String selection, String[] selectionArgs, boolean cancelable) { in startUpdate() argument 294 if (cancelable) { in startUpdate() 301 String[] selectionArgs, boolean cancelable) { in startDelete() argument 302 if (cancelable) { in startDelete()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | DialogStubActivity.java | 252 private AlertDialog getAlertDialogCancelableInstance(boolean cancelable) { in getAlertDialogCancelableInstance() argument 258 return new MockAlertDialog(this, cancelable, cancelListener); in getAlertDialogCancelableInstance() 365 … public MockAlertDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in MockAlertDialog() argument 366 super(context, cancelable, cancelListener); in MockAlertDialog()
|
D | TestDialog.java | 93 public TestDialog(Context context, boolean cancelable, OnCancelListener cancelListener) { in TestDialog() argument 94 super(context, cancelable, cancelListener); in TestDialog()
|
/cts/tests/app/src/android/app/cts/ |
D | AlertDialog_BuilderTest.java | 268 private void testCancelable(final boolean cancelable) throws Throwable { in testCancelable() argument 272 mBuilder.setCancelable(cancelable); in testCancelable() 289 if (cancelable) { in testCancelable()
|