Searched refs:delete (Results 251 - 275 of 327) sorted by relevance

<<11121314

/packages/apps/DeskClock/src/com/android/deskclock/timer/
H A DTimerFragment.java213 ImageButton delete = (ImageButton)v.findViewById(R.id.timer_delete);
214 delete.setOnClickListener(TimerFragment.this);
215 delete.setTag(new ClickAction(ClickAction.ACTION_DELETE, o));
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java182 // Due to the file is not existing, delete related info in btopp db
185 context.getContentResolver().delete(uri, null, null);
/packages/apps/Calendar/src/com/android/calendar/
H A DSearchActivity.java236 mDeleteEventHelper.delete(startMillis, endMillis, eventId, -1);
/packages/apps/Calendar/src/com/android/calendar/agenda/
H A DAgendaListView.java235 mDeleteEventHelper.delete(agendaItem.begin, agendaItem.end, agendaItem.id, -1);
/packages/apps/CertInstaller/src/com/android/certinstaller/
H A DCertInstaller.java271 if (!mKeyStore.delete(PKEY_MAP_KEY)) {
272 Log.w(TAG, "savePkeyMap(): failed to delete pkey map");
/packages/apps/Email/src/com/android/email/activity/
H A DMessageViewFragment.java466 case R.id.delete:
/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/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 DContactsProvider2.java1860 // For missing photos that were in stream item photos, just delete the
1863 db.delete(Tables.STREAM_ITEM_PHOTOS, StreamItemPhotos._ID + "=?",
2080 public int delete(Uri uri, String selection, String[] selectionArgs) { method in class:ContactsProvider2
2088 return mProfileProvider.delete(uri, selection, selectionArgs);
2091 return super.delete(uri, selection, selectionArgs);
2699 db.delete(Tables.DATA, SELECTION_GROUPMEMBERSHIP_DATA, selectionArgs);
2956 count += rowHandler.delete(db, mTransactionContext.get(), c);
2999 return rowHandler.delete(db, mTransactionContext.get(), c);
3380 return mDbHelper.get().getSyncState().delete(db, selection,
3387 return mDbHelper.get().getSyncState().delete(d
[all...]
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/Dialer/src/com/android/dialer/
H A DCallDetailActivity.java811 getContentResolver().delete(Calls.CONTENT_URI_WITH_VOICEMAIL,
833 getContentResolver().delete(voicemailUri, null, null);
/packages/apps/Mms/src/com/android/mms/ui/
H A DConversationList.java309 // onNewIntent(), and when we delete threads or delete all in CMA or this activity.
611 * @param threadId id of the thread to delete or -1 for all threads
627 * @param threadIds list of threadIds to delete or null for all threads
636 * Build and show the proper delete thread dialog. The UI is slightly different
639 * @param listener gets called when the delete button is pressed
677 .setPositiveButton(R.string.delete, listener)
746 // We're still saving a draft. Try again in a second. We don't want to delete
874 // Make sure the list reflects the delete
928 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.java701 cr.delete(uriToDelete, null, null);
744 cr.delete(LauncherSettings.Favorites.getContentUri(info.id, false), null, null);
753 cr.delete(LauncherSettings.Favorites.CONTENT_URI_NO_NOTIFICATION,
1396 contentResolver.delete(LauncherSettings.Favorites.getContentUri(
1492 client.delete(LauncherSettings.Favorites.getContentUri(id, false),
2169 // then return null & delete this.
2266 // 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());

Completed in 674 milliseconds

<<11121314