HomeSort by relevance Sort by last modified time
    Searched refs:delete (Results 501 - 525 of 2093) sorted by null

<<21222324252627282930>>

  /cts/tests/tests/content/src/android/content/cts/
SearchRecentSuggestionsProviderTest.java 71 s.delete(TEST_URI, null, null);
  /cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/
EventOrderingVerification.java 92 // Delete the trailing "; "
93 sb.delete(sb.length() - 2, sb.length());
  /cts/tests/tests/media/src/android/media/cts/
MediaScannerConnectionTest.java 62 mMediaFile.delete();
  /cts/tests/tests/provider/src/android/provider/cts/
Settings_NameValueTableTest.java 57 // delete this row
58 cr.delete(uri, selection, null);
UserDictionary_WordsTest.java 55 mContentResolver.delete(row, null, null);
VoicemailContractTest.java 54 // Clean up, just in case we failed to delete the entry when a test failed.
55 // The cotentUris are specific to this package, so this will delete only the
57 mStatusProvider.delete(mStatusContentUri, null, null);
58 mVoicemailProvider.delete(mVoicemailContentUri, null, null);
136 // Test: delete
137 mVoicemailProvider.delete(mVoicemailContentUri, Voicemails._ID + " = " + id, null);
268 // Test: delete
269 mStatusProvider.delete(mStatusContentUri, Voicemails._ID + " = " + id, null);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/tvleanback/data/
VideoContentProvider.java 134 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:VideoContentProvider
  /developers/demos/JustForUs/justforus/src/main/java/com/example/android/justforus/
AssetProvider.java 175 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:AssetProvider
  /developers/samples/android/content/WidgetData/Application/src/main/java/com/example/android/widgetdata/
WeatherDataProvider.java 110 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:WeatherDataProvider
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderThrottle.java 305 public int delete(Uri uri, String where, String[] whereArgs) { method in class:LoaderThrottle.SimpleProvider
313 // If URI is main table, delete uses incoming where clause and args.
314 count = db.delete(MainTable.TABLE_NAME, where, whereArgs);
317 // If the incoming URI matches a single note ID, does the delete based on the
321 // If URI is for a particular row ID, delete is based on incoming
325 count = db.delete(MainTable.TABLE_NAME, finalWhere, whereArgs);
466 cr.delete(MainTable.CONTENT_URI, null, null);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderThrottleSupport.java 306 public int delete(Uri uri, String where, String[] whereArgs) { method in class:LoaderThrottleSupport.SimpleProvider
314 // If URI is main table, delete uses incoming where clause and args.
315 count = db.delete(MainTable.TABLE_NAME, where, whereArgs);
318 // If the incoming URI matches a single note ID, does the delete based on the
322 // If URI is for a particular row ID, delete is based on incoming
326 count = db.delete(MainTable.TABLE_NAME, finalWhere, whereArgs);
466 cr.delete(MainTable.CONTENT_URI, null, null);
  /development/tutorials/NotepadCodeLab/Notepadv1/src/com/android/demo/notepad1/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /development/tutorials/NotepadCodeLab/Notepadv1Solution/src/com/android/demo/notepad1/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /development/tutorials/NotepadCodeLab/Notepadv2/src/com/android/demo/notepad2/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /development/tutorials/NotepadCodeLab/Notepadv2Solution/src/com/android/demo/notepad2/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /development/tutorials/NotepadCodeLab/Notepadv3/src/com/android/demo/notepad3/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/src/com/android/demo/notepad3/
NotesDbAdapter.java 129 * Delete the note with the given rowId
131 * @param rowId id of note to delete
136 return mDb.delete(DATABASE_TABLE, KEY_ROWID + "=" + rowId, null) > 0;
  /external/clang/tools/scan-build/
set-xcode-analyzer 28 t = tempfile.NamedTemporaryFile(delete=False)
sorttable.js 74 delete sortbottomrows;
160 delete row_array;
253 delete newrows;
404 // delete the event handler from the hash table
406 delete element.events[type][handler.$$guid];
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/cache/
DiskLruCacheWrapper.java 107 public void delete(Key key) { method in class:DiskLruCacheWrapper
113 Log.w(TAG, "Unable to delete from disk cache", e);
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 173 if (!deleteMe.delete()) {
174 throw new IOException("Could not delete: " + deleteMe);
  /external/jsilver/src/com/google/clearsilver/jsilver/template/
HtmlWhiteSpaceStripper.java 179 // Detect and delete empty lines.
246 tagName.delete(0, tagName.length());
  /external/nist-sip/java/gov/nist/javax/sip/header/
Challenge.java 211 * delete the specified parameter
217 return authParams.delete(name);
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
FileDeferredOutputStream.java 38 backingFile.delete();
  /external/v8/test/mjsunit/harmony/
proxies-hash.js 67 s.delete(p2);
108 m.delete(p2);

Completed in 2089 milliseconds

<<21222324252627282930>>