Searched refs:delete (Results 126 - 150 of 327) sorted by relevance

1234567891011>>

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/userdictionary/
H A DUserDictionaryAddWordFragment.java101 mContents.delete(getActivity());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DUploader.java142 file.delete();
/packages/inputmethods/LatinIME/native/jni/src/
H A Dwords_priority_queue.h56 delete[] mSuggestedWords;
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseVoicemailProviderTest.java129 assertTrue("error deleting " + input.getAbsolutePath(), input.delete());
H A DDirectoryTest.java117 mResolver.delete(Data.CONTENT_URI,
H A DGlobalSearchSupportTest.java57 mResolver.delete(Data.CONTENT_URI, Data.RAW_CONTACT_ID + "=" + rawContactId
159 contact.delete();
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
H A DDownloadScanner.java154 resolver.delete(uri, null, null);
H A DSizeLimitActivity.java129 getContentResolver().delete(mCurrentUri, null, null);
/packages/providers/DownloadProvider/tests/public_api_access/src/com/android/providers/downloads/public_api_access_tests/
H A DPublicApiAccessTest.java60 mContentResolver.delete(Downloads.Impl.CONTENT_URI, null, null);
/packages/apps/Dialer/tests/src/com/android/dialer/
H A DCallDetailActivityTest.java293 getContentResolver().delete(VoicemailContract.Voicemails.CONTENT_URI,
298 getContentResolver().delete(CallLog.Calls.CONTENT_URI_WITH_VOICEMAIL,
/packages/apps/Email/emailcommon/src/com/android/emailcommon/utility/
H A DAttachmentUtilities.java302 * In support of deleting a message, find all attachments and delete associated attachment
316 // Note, delete() throws no exceptions for basic FS errors (e.g. file not found)
319 attachmentFile.delete();
327 * In support of deleting a mailbox, find all messages and delete their attachments.
349 * In support of deleting or wiping an account, delete all related attachments.
358 boolean result = file.delete();
360 Log.e(Logging.LOG_TAG, "Failed to delete attachment file " + file.getName());
/packages/apps/Email/src/com/android/email/provider/
H A DAttachmentProvider.java86 file.delete();
226 public int delete(Uri uri, String arg1, String[] arg2) { method in class:AttachmentProvider
H A DEmailProvider.java108 /** Appended to the notification URI for delete operations */
109 public static final String NOTIFICATION_OP_DELETE = "delete";
281 private static final String UPDATED_MESSAGE_DELETE = "delete from " +
288 private static final String DELETE_ORPHAN_BODIES = "delete from " + Body.TABLE_NAME +
293 private static final String DELETE_BODY = "delete from " + Body.TABLE_NAME +
342 // The attachments of a specific message (query only) (insert & delete TBD)
448 * delete from <table> where <column> not in (select <foreignColumn> from <foreignTable>)
458 int count = db.delete(table, column + " not in (select " + foreignColumn + " from " +
602 // If there's a legacy backup, create a new-style backup and delete the legacy backup
679 // Now, delete th
691 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:EmailProvider
[all...]
/packages/apps/Email/tests/src/com/android/email/service/
H A DMailServiceTests.java94 // delete the provider account
95 context.getContentResolver().delete(firstAccount.getUri(), null, null);
96 // delete the account manager account
153 // Ok, now we've got two of each; let's delete a provider account
154 resolver.delete(ContentUris.withAppendedId(Account.CONTENT_URI, firstAccount.mId),
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDataManager.java252 public void delete(Path path) { method in class:DataManager
253 getMediaObject(path).delete();
H A DLocalAlbum.java269 public void delete() { method in class:LocalAlbum
271 mResolver.delete(mBaseUri, mWhereClause,
/packages/apps/Settings/src/com/android/settings/
H A DUserDictionarySettings.java230 resolver.delete(
234 resolver.delete(
/packages/apps/Settings/src/com/android/settings/deviceinfo/
H A DMiscFilesHandler.java98 // delete the files selected
115 // delete the file
120 file.delete();
145 // If a deletion fails, the method stops attempting to delete and returns false.
156 // The directory is now empty so delete it
157 return dir.delete();
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDataRowHandlerForGroupMembership.java124 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { method in class:DataRowHandlerForGroupMembership
127 int count = super.delete(db, txContext, c);
H A DDataRowHandlerForStructuredName.java99 public int delete(SQLiteDatabase db, TransactionContext txContext, Cursor c) { method in class:DataRowHandlerForStructuredName
103 int count = super.delete(db, txContext, c);
H A DDbModifierWithNotification.java154 public int delete(String table, String whereClause, String[] whereArgs) { method in class:DbModifierWithNotification
156 int count = mDb.delete(table, whereClause, whereArgs);
H A DVoicemailContentProvider.java126 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:VoicemailContentProvider
130 return getTableDelegate(uriData).delete(uriData, selectionBuilder.build(), selectionArgs);
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutRepositoryImplLog.java236 db.delete(Shortcuts.TABLE_NAME, Shortcuts.intent_key.fullName + " = ?",
247 db.delete(ClickLog.TABLE_NAME, null, null);
248 db.delete(Shortcuts.TABLE_NAME, null, null);
249 db.delete(SourceStats.TABLE_NAME, null, null);
362 db.delete(Shortcuts.TABLE_NAME, SHORTCUT_BY_ID_WHERE, whereArgs);
831 new File(mPath).delete();
834 Log.w(TAG, "couldn't delete " + mPath, e);
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DMmsProvider.java477 db.delete(table, Rate.SENT_TIME + "<=" + oneHourAgo, null);
534 public int delete(Uri uri, String selection, method in class:MmsProvider
601 deletedRows = db.delete(table, finalSelection, selectionArgs);
631 int count = db.delete(TABLE_PDU, selection, selectionArgs);
673 new File(path).delete();
683 return db.delete(table, selection, selectionArgs);
/packages/apps/Email/src/com/android/email/
H A DController.java218 // Must delete attachments BEFORE messages
221 resolver.delete(Message.CONTENT_URI, WHERE_MAILBOX_KEY,
736 * Does not delete any eventual associated files.
741 resolver.delete(uri, null, null);
772 * Delete a single message by moving it to the trash, or really delete it if it's already in
778 * @param messageId The id of the message to "delete".
802 // 5. Perform "delete" as appropriate
804 // 5a. Really delete it
805 resolver.delete(uri, null, null);
990 resolver.delete(Messag
[all...]

Completed in 390 milliseconds

1234567891011>>