| /cts/tests/appsecurity-tests/test-apps/PermissionDeclareApp/src/com/android/cts/permissiondeclareapp/ |
| D | PermissionContentProvider.java | 30 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 51 public Cursor query(Uri uri, String[] projection, String selection, in query() 57 public int update(Uri uri, ContentValues values, String selection, in update()
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | ContentProviderTest.java | 410 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 430 public Cursor query(Uri uri, String[] projection, String selection, in query() 436 public int update(Uri uri, ContentValues values, String selection, in update() 481 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 501 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 507 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
|
| D | ContentResolverTest.java | 163 String selection = COLUMN_ID_NAME + "=1"; in testQuery() local 479 String selection = COLUMN_ID_NAME + "=2"; in testDelete() local 567 String selection = COLUMN_ID_NAME + "=1"; in testUpdate() local
|
| D | AsyncQueryHandlerTest.java | 386 String selection, String[] selectionArgs, String orderBy, boolean cancelable) { in startQuery() 403 String selection, String[] selectionArgs, boolean cancelable) { in startUpdate() 410 private void startDelete(int token, Object cookie, Uri uri, String selection, in startDelete()
|
| /cts/tests/tests/provider/src/android/provider/cts/ |
| D | Settings_SecureTest.java | 120 String selection = Secure.NAME + "=\"" + "IntField" + "\""; in testSecureSettings() local
|
| D | MediaStoreTest.java | 72 String selection = MediaStore.MEDIA_SCANNER_VOLUME + "=?"; in testGetMediaScannerUri() local
|
| D | Settings_SystemTest.java | 165 String selection = System.NAME + "=\"" + intField + "\""; in testSystemSettings() local
|
| D | Settings_NameValueTableTest.java | 58 String selection = NameValueTable.NAME + "=\"" + name + "\""; in testPutString() local
|
| D | MediaStore_Audio_ArtistsTest.java | 85 String selection = Artists.ARTIST + "=?"; in testStoreAudioArtists() local
|
| D | MediaStore_Audio_AlbumsTest.java | 91 String selection = Albums.ALBUM +"=?"; in testStoreAudioAlbums() local
|
| /cts/tests/src/android/content/cts/ |
| D | DummyProvider.java | 118 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query() 165 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update() 182 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
|
| D | MockContentProvider.java | 83 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete() 177 public Cursor query(Uri uri, String[] projection, String selection, in query() 222 public int update(Uri uri, ContentValues values, String selection, in update()
|
| /cts/tests/tests/database/src/android/database/cts/ |
| D | CursorJoinerTest.java | 285 private Cursor getCursor(String tableName, String selection, String[] columnNames) { in getCursor()
|
| D | MergeCursorTest.java | 478 private Cursor getCursor(String tableName, String selection, String[] columnNames) { in getCursor()
|
| /cts/tools/host/src/com/android/cts/ |
| D | Selector.java | 121 Selection selection = Selection.REJECT; in doAccept() local
|