Searched refs:delete (Results 226 - 250 of 408) sorted by relevance

1234567891011>>

/packages/apps/Contacts/src/com/android/contacts/activities/
H A DAttachPhotoActivity.java170 getContentResolver().delete(mTempPhotoUri, null, null);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DTimerSetupView.java92 mDelete = (ImageButton)findViewById(R.id.delete);
/packages/apps/Email/src/com/android/email/provider/
H A DAccountReconciler.java100 * account in the other list), delete the orphan, as these must remain in sync.
177 // We want to delete the account if there is no matching Account Manager account for it
178 // unless it is flagged as incomplete. We also want to delete it if we can't find
205 context.getContentResolver().delete(
277 // it still works pretty well because there is nowhere in the email app to delete the
/packages/apps/Email/tests/src/com/android/email/
H A DDBTestHelper.java104 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:DBTestHelper.MyProvider
/packages/apps/Exchange/src/com/android/exchange/eas/
H A DEasLoadAttachment.java350 tmpFile.delete();
/packages/apps/Exchange/tests/src/com/android/exchange/provider/
H A DMockProvider.java52 * delete() and update() do not allow non-null selection or selectionArgs arguments; the
100 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:MockProvider
/packages/apps/Gallery/src/com/android/camera/
H A DPhotoAppWidgetProvider.java203 db.delete(TABLE_PHOTOS, whereClause, null);
205 Log.e(TAG, "Could not delete photo from database", e);
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
H A DCategoryView.java198 public void delete() { method in class:CategoryView
/packages/apps/Gallery2/src/com/android/gallery3d/provider/
H A DGalleryProvider.java83 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:GalleryProvider
/packages/apps/Gallery2/src/com/android/photos/data/
H A DSQLiteContentProvider.java87 * The equivalent of the {@link #delete} method, but invoked within a
183 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:SQLiteContentProvider
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DMediaItemsLoader.java176 o.delete();
H A DMediaSetLoader.java178 o.delete();
/packages/apps/Mms/src/com/android/mms/util/
H A DDownloadManager.java203 SqliteWrapper.delete(mContext, mContext.getContentResolver(), uri, null, null);
/packages/apps/OMA-DM/DMService/src/com/android/omadm/service/
H A DDMSession.java252 dirs.delete();
/packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/hdr/
H A Ddm_tree_node_class.H103 //Overloading new and delete operators
110 inline void operator delete(void *pvBuf)
/packages/apps/OMA-DM/engine/dmlib/dmtapi/native_async/hdr/
H A DdmtAsyncData.h59 inline void operator delete(void* buf)
/packages/apps/Settings/src/com/android/settings/inputmethod/
H A DUserDictionaryAddWordContents.java111 /* package */ void delete(final Context context) { method in class:UserDictionaryAddWordContents
/packages/apps/SpeechRecorder/src/com/android/speechrecorder/
H A DSpeechRecorderActivity.java101 mUtterance.delete();
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DAnimatedAdapter.java416 * will be called when the animations are complete and is required to delete
423 delete(conversations, listener, mSwipeDeletingItems);
433 * will be called when the animations are complete and is required to delete
438 public void delete(Collection<Conversation> conversations, ListItemsRemovedListener listener) { method in class:AnimatedAdapter
439 delete(conversations, listener, mDeletingItems);
442 private void delete(Collection<Conversation> conversations, ListItemsRemovedListener listener, method in class:AnimatedAdapter
H A DConversationSelectionSet.java303 public void delete(ArrayList<Integer> deletedRows) { method in class:ConversationSelectionSet
H A DLeaveBehindItem.java134 cursor.delete(ImmutableList.of(getData()));
170 * away during delete. Undoing populates the item.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DFragmentStatePagerAdapter2.java123 mFragments.delete(position);
/packages/apps/UnifiedEmail/src/org/apache/commons/io/
H A DFileUtils.java973 * @param directory directory to delete
982 if (!directory.delete()) {
984 "Unable to delete directory " + directory + ".";
990 * Deletes a file, never throwing an exception. If file is a directory, delete it and all sub-directories.
992 * The difference between File.delete() and this method are:
998 * @param file file or directory to delete, can be <code>null</code>
1016 return file.delete();
1369 * Deletes a file. If file is a directory, delete it and all sub-directories.
1371 * The difference between File.delete() and this method are:
1378 * @param file file or directory to delete, mus
[all...]
/packages/apps/UnifiedEmail/tests/src/com/android/mail/browse/
H A DTestProvider.java54 * delete() and update() do not allow non-null selection or selectionArgs arguments; the presence
100 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:TestProvider
H A DTestProviderTests.java141 assertEquals(1, mMockResolver.delete(ContentUris.withAppendedId(TestProvider.uri(uri),

Completed in 504 milliseconds

1234567891011>>