Searched refs:insert (Results 151 - 175 of 223) sorted by relevance

123456789

/packages/providers/MediaProvider/src/com/android/providers/media/
H A DMediaProvider.java636 // This could happen if we unplug the sd card during insert/update/delete
2775 * @param initialValues the values passed to insert by the caller
2868 public Uri insert(Uri uri, ContentValues initialValues) { method in class:MediaProvider
2939 long rowId = db.insert("files", FileColumns.DATE_MODIFIED, values);
3021 // insert and do inserts into the underlying tables.
3220 rowId = db.insert("files", FileColumns.DATE_MODIFIED, values);
3351 uri = insert(genresUri, values);
3368 insert(uri, values);
3429 rowId = db.insert("thumbnails", "name", values);
3442 rowId = db.insert("videothumbnail
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapContentObserver.java933 * create new thread by insert and remove of fake message */
1176 // Now insert the empty message into folder
1180 Uri uriNew = mProviderClient.insert(uriInsert, values);
1404 uri = mResolver.insert(uri, values);
1407 // unable to insert MMS
1408 Log.e(TAG, "Unabled to insert MMS " + values + "Uri: " + uri);
1413 at insert. */
1480 uri = mResolver.insert(uri, values);
1505 uri = mResolver.insert(uri, values);
1525 values.put(Mms.Addr.ADDRESS, "insert
[all...]
/packages/apps/Browser/src/com/android/browser/provider/
H A DBrowserProvider2.java545 db.insert(TABLE_IMAGES, Images.THUMBNAIL, imageValues);
546 db.insert(TABLE_BOOKMARKS, Bookmarks.DIRTY, values);
572 db.insert(TABLE_HISTORY, History.FAVICON, values);
706 db.insert(TABLE_IMAGES, Images.FAVICON, imageValues);
1519 id = mSyncHelper.insert(db, values);
1535 throw new UnsupportedOperationException("Unknown insert URI " + uri);
1936 // First, insert a new bookmark/folder with the new account
1978 db.insert(TABLE_IMAGES, Images.FAVICON, imageValues);
2045 db.insert(TABLE_IMAGES, Images.FAVICON, imageValues);
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppUtility.java297 * Retry the failed transfer: Will insert a new transfer session to db
305 final Uri contentUri = context.getContentResolver().insert(BluetoothShare.CONTENT_URI,
/packages/apps/Camera2/src/com/android/camera/
H A DStorage.java148 uri = resolver.insert(Images.Media.EXTERNAL_CONTENT_URI, values);
153 // insert it into MediaProvider. The only problem is that the user
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSettingsUtils.java92 resolver.insert(QuickResponse.CONTENT_URI, cv);
/packages/apps/Gallery/src/com/android/camera/
H A DImageManager.java203 // We should store image data earlier than insert it to ContentProvider, otherwise
246 return cr.insert(STORAGE_URI, values);
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
H A DBlobCache.java58 // public void insert(long key, byte[] data) throws IOException;
362 public void insert(long key, byte[] data) throws IOException { method in class:BlobCache
458 // If we don't have enough space to insert this blob into
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMoviePlayer.java510 cache.insert(uri.hashCode(), bos.toByteArray());
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDownloadCache.java199 return mDatabase.insert(TABLE_NAME, "", values);
289 if (file != null) { // insert to database
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DReverseGeocoder.java349 mGeoCache.insert(locationKey, bos.toByteArray());
/packages/apps/KeyChain/src/com/android/keychain/
H A DKeyChainService.java350 db.insert(TABLE_GRANTS, GRANTS_ALIAS, values);
/packages/apps/Mms/src/com/android/mms/util/
H A DBlobCache.java58 // public void insert(long key, byte[] data) throws IOException;
363 public void insert(long key, byte[] data) throws IOException { method in class:BlobCache
449 // If we don't have enough space to insert this blob into
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DEmlAttachmentProvider.java55 * Supports all of the semantics (query/insert/update/delete/openFile)
182 public Uri insert(Uri uri, ContentValues values) { method in class:EmlAttachmentProvider
H A DMailAppProvider.java214 public Uri insert(Uri url, ContentValues values) { method in class:MailAppProvider
453 // cursor. Initially assume that we insert these items to at the end of the list
H A DAttachment.java261 // insert attachment into content provider so that we can open the file
263 resolver.insert(uri, toContentValues());
278 // perform a second insert to put the updated size and downloaded size values in
279 resolver.insert(uri, toContentValues());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryProvider.java494 * @param values the values to insert for this content uri
495 * @return the URI for the newly inserted item. May be null if arguments don't allow for insert
498 public Uri insert(final Uri uri, final ContentValues values) method in class:DictionaryProvider
520 Log.w(TAG, "Not enough information to insert this dictionary " + values, e);
530 PrivateLog.log("Attempt to insert : " + uri);
540 * @see android.content.ContentProvider#insert(Uri, ContentValues)
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
H A DCalendarAlarmManager.java448 Uri uri = CalendarAlerts.insert(
452 Log.e(CalendarProvider2.TAG, "runScheduleNextAlarm() insert into "
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java399 db.insert(Tables.SEARCH_INDEX, null, mValues);
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
H A DHbpcdLookupDatabaseHelper.java217 db.insert(tableName, null, row);
H A DHbpcdLookupProvider.java314 public Uri insert(Uri uri, ContentValues values) { method in class:HbpcdLookupProvider
315 throw new UnsupportedOperationException("Failed to insert row into " + uri);
/packages/services/Mms/src/com/android/mms/service/http/
H A DNetworkAwareHttpClient.java461 builder.insert(0, "echo '" + base64 + "' | base64 -d > /tmp/$$.bin; ");
/packages/services/Telephony/src/com/android/phone/
H A DPhoneUtils.java976 .insert(0, "\n")
977 .insert(0, app.getResources().getString(R.string.ussd_dialog_sep))
978 .insert(0, "\n");
980 sUssdMsg.insert(0, text);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DOpenWnnDictionaryImpl.java466 /* If link search is enabled, insert information of the previous word */
903 mDbDic.insert( TABLE_NAME_DIC, null, content );
1078 mDbDic.insert( TABLE_NAME_DIC, null, content );
/packages/services/Mms/src/com/android/mms/service/
H A DMmsService.java420 return getContentResolver().insert(insertUri, values);
594 return getContentResolver().insert(Telephony.Sms.Draft.CONTENT_URI, values);

Completed in 3324 milliseconds

123456789