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

1234567891011>>

/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
H A DEmailSyncAdapter.java151 mContentResolver.delete(Message.CONTENT_URI,
153 mContentResolver.delete(Message.DELETED_CONTENT_URI,
155 mContentResolver.delete(Message.UPDATED_CONTENT_URI,
231 // Permanently delete if in trash mailbox
1104 // 8 = object not found; delete the message from EmailProvider
1109 mContentResolver.delete(Message.CONTENT_URI,
1388 * Serialize commands to delete items from the server; as we find items to delete, add their
1422 // Send the command to delete this message
1503 // Send the command to delete thi
[all...]
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java167 new File(path).delete();
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java166 new File(path).delete();
/packages/apps/Phone/src/com/android/phone/
H A DEmergencyDialer.java551 mDigits.getText().delete(0, mDigits.getText().length());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionaryGetter.java328 wordList.delete();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DComposingText.java456 public int delete(int layer, boolean rightside) { method in class:ComposingText
H A DOpenWnnDictionaryImpl.java826 mDbDic.execSQL( String.format( "delete from %s where %s=%d", TABLE_NAME_DIC, COLUMN_NAME_TYPE, TYPE_NAME_USER ) );
838 mDbDic.execSQL( String.format( "delete from %s where %s=%d", TABLE_NAME_DIC, COLUMN_NAME_TYPE, TYPE_NAME_LEARN ) );
956 mDbDic.delete( TABLE_NAME_DIC,
1032 /* If a registering space is short, delete the words that contain same stroke and candidate to the oldest word */
1042 mDbDic.delete( TABLE_NAME_DIC,
H A DOpenWnnJAJP.java1008 mComposingText.delete(ComposingText.LAYER1, false);
1026 mComposingText.delete(1, false);
1298 mComposingText.delete(ComposingText.LAYER1, false);
2370 mComposingText.delete(ComposingText.LAYER1, false);
2968 mPrevCommitText.delete(0, mPrevCommitText.length());
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DKanaConverter.java614 outBuf.delete(0, outBuf.length());
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java162 mResolver.delete(uri, null, null);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java320 final int deleted = db.delete(Tables.SEARCH_INDEX,
H A DLegacyApiSupport.java1296 db.delete(LegacyTables.SETTINGS, "_sync_account IS NULL AND key=?", new String[]{key});
1298 db.delete(LegacyTables.SETTINGS, "_sync_account=? AND _sync_account_type=? AND key=?",
1528 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:LegacyApiSupport
1543 count += delete(uri, match, id);
1552 public int delete(Uri uri, int match, long id) { method in class:LegacyApiSupport
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java807 getContentResolver().delete(Calls.CONTENT_URI_WITH_VOICEMAIL,
829 getContentResolver().delete(voicemailUri, null, null);
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java299 // onNewIntent(), and when we delete threads or delete all in CMA or this activity.
601 * @param threadId id of the thread to delete or -1 for all threads
617 * @param threadIds list of threadIds to delete or null for all threads
626 * Build and show the proper delete thread dialog. The UI is slightly different
629 * @param listener gets called when the delete button is pressed
667 .setPositiveButton(R.string.delete, listener)
736 // We're still saving a draft. Try again in a second. We don't want to delete
864 // Make sure the list reflects the delete
918 case R.id.delete
[all...]
/packages/apps/SoundRecorder/src/com/android/soundrecorder/
H A DSoundRecorder.java415 mRecorder.delete();
503 mRecorder.delete();
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DCommandRecognizerEngine.java446 * embedded in it's name, but if stale ones are present, this will delete
461 file.delete();
475 if (oe.exists()) oe.delete();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherModel.java668 cr.delete(uriToDelete, null, null);
711 cr.delete(LauncherSettings.Favorites.getContentUri(info.id, false), null, null);
720 cr.delete(LauncherSettings.Favorites.CONTENT_URI_NO_NOTIFICATION,
1361 contentResolver.delete(LauncherSettings.Favorites.getContentUri(
1457 client.delete(LauncherSettings.Favorites.getContentUri(id, false),
2112 // then return null & delete this.
2209 // TODO: If there's an explicit component and we can't install that, delete it.
/packages/apps/LegacyCamera/src/com/android/camera/
H A DCamera.java642 mBuilder.delete(0, mBuilder.length());
1410 path.delete();
1640 path.delete();
/packages/apps/Music/src/com/android/music/
H A DMusicUtils.java452 context.getContentResolver().delete(uri, null, null);
493 context.getContentResolver().delete(MediaStore.Audio.Media.EXTERNAL_CONTENT_URI, where.toString(), null);
500 try { // File.delete can throw a security exception
501 if (!f.delete()) {
504 Log.e("MusicUtils", "Failed to delete file " + name);
H A DTrackBrowserActivity.java572 getContentResolver().delete(
827 getContentResolver().delete(
1204 return false; // delete failed
1483 builder.delete(0, builder.length());
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppObexServerSession.java411 new File(mFileInfo.mFileName).delete();
H A DBluetoothOppTransferActivity.java396 this.getContentResolver().delete(mUri, null, null);
/packages/apps/Camera/src/com/android/camera/
H A DVideoModule.java1119 if (f.length() == 0 && f.delete()) {
1470 mContentResolver.delete(mCurrentVideoUri, null, null);
1480 if (!f.delete()) {
1481 Log.v(TAG, "Could not delete " + fileName);
2077 // camera and encoder gracefully. For now, we just delete the file and bail out.
2692 mResolver.delete(mUri, null, null);
/packages/apps/DeskClock/src/com/android/deskclock/
H A DAlarms.java138 contentResolver.delete(uri, "", null);
/packages/apps/Email/src/com/android/email/activity/
H A DMessageCompose.java320 * Discard will delete the message from the given folder.
1511 * Called when ok on the "discard draft" dialog is pressed. Actually delete the draft.
1639 ImageView delete = UiUtilities.getView(view, R.id.remove_attachment);
1649 delete.setOnClickListener(this);
1650 delete.setTag(view);
1652 delete.setVisibility(View.INVISIBLE);
1731 * @param attachments the list of attachments to delete from. Injected for tests.
1732 * @param attachment the attachment to delete

Completed in 2343 milliseconds

1234567891011>>