Home
last modified time | relevance | path

Searched defs:contentValues (Results 1 – 25 of 25) sorted by relevance

/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
DVoicemailDatabaseUtil.java40 ContentValues contentValues = getContentValues(voicemail); in insert() local
62 ContentValues contentValues = new ContentValues(); in getContentValues() local
/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DCallLogMutations.java34 public void insert(int id, ContentValues contentValues) { in insert()
39 public void update(int id, ContentValues contentValues) { in update()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DContactsDatabaseHelperTest.java348 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket() local
365 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket() local
383 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket() local
396 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullPrimarySortKey() local
410 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroAltPhonebookBucket() local
423 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullAltSortKeyToNumber() local
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
DVoicemailsQueryHelper.java171 ContentValues contentValues = new ContentValues(); in markReadInDatabase() local
196 ContentValues contentValues = new ContentValues(); in markCleanInDatabase() local
203 ContentValues contentValues = new ContentValues(); in updateWithTranscription() local
264 ContentValues contentValues = new ContentValues(); in markArchiveInDatabase() local
/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
DMockContentProvider.java249 public Insert(Uri uri, ContentValues contentValues, Uri resultUri) { in Insert()
266 private boolean equals(Uri uri, ContentValues contentValues) { in equals()
392 ContentValues contentValues, in Update()
424 ContentValues contentValues, in equals()
496 public void expectInsert(Uri contentUri, ContentValues contentValues, Uri resultUri) { in expectInsert()
501 ContentValues contentValues, in expectUpdate()
575 private String insertToString(Uri uri, ContentValues contentValues) { in insertToString()
605 ContentValues contentValues, in updateToString()
/packages/apps/Contacts/src/com/android/contacts/editor/
DEditorIntents.java96 long rawContactId, ArrayList<ContentValues> contentValues) { in createEditOtherRawContactIntent()
132 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues() local
DContactEditorFragment.java251 ArrayList<ContentValues> contentValues); in onEditOtherRawContactRequested()
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java154 ContentValues contentValues = new ContentValues(); in testInsertCarriers() local
216 ContentValues contentValues = new ContentValues(); in testSimTable() local
/packages/apps/Dialer/java/com/android/contacts/common/model/dataitem/
DStructuredNameDataItem.java95 final ContentValues contentValues = getContentValues(); in isSuperPrimary() local
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/
DStructuredNameDataItem.java96 final ContentValues contentValues = getContentValues(); in isSuperPrimary() local
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DMetadataHandler.java119 final ContentValues contentValues = MetadataDbHelper.getContentValuesByWordListId( in getCurrentMetadataForWordList() local
/packages/apps/Dialer/java/com/android/contacts/common/util/
DNameConverter.java163 Context context, String displayName, ContentValues contentValues) { in displayNameToStructuredName()
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailConversationCursor.java227 final ContentValues contentValues = new ContentValues(1); in markContentsSeen() local
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetcher.java545 private static void putValue(ContentValues contentValues, String key, String value) { in putValue()
553 private static void putValue(ContentValues contentValues, String key, byte[] value) { in putValue()
/packages/apps/Dialer/java/com/android/dialer/blocking/
DFilteredNumberCompat.java200 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValues() local
/packages/apps/Dialer/java/com/android/dialer/backup/
DDialerBackupUtils.java207 ContentValues contentValues = new ContentValues(); in convertVoicemailProtoFileToContentValueAndAudioBytes() local
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/
DUsbSettingsStorage.java158 ContentValues contentValues = new ContentValues(); in settingsToContentValues() local
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/
DUsbSettingsStorage.java160 ContentValues contentValues = new ContentValues(); in settingsToContentValues() local
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/
DBlockedNumberBackupAgent.java224 ContentValues contentValues = new ContentValues(); in writeToProvider() local
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java151 ArrayList<ContentValues> contentValues = new ArrayList<>(); in moveItemsInDatabase() local
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapContentObserver.java2060 ContentValues contentValues = new ContentValues(); in setEmailMessageStatusDelete() local
2148 ContentValues contentValues = new ContentValues(); in updateThreadId() local
2370 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
2387 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
2400 ContentValues contentValues = new ContentValues(); in setMessageStatusRead() local
3194 ContentValues contentValues = new ContentValues(2); in actionMessageDelivery() local
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsSmsDatabaseHelper.java1628 ContentValues contentValues = new ContentValues(); in upgradeDatabaseToVersion51() local
DMmsSmsProvider.java554 ContentValues contentValues = new ContentValues(1); in getSingleAddressId() local
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java385 public int update(Context context, ContentValues contentValues) { in update()
392 static public int update(Context context, Uri baseUri, long id, ContentValues contentValues) { in update()
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarProvider2Test.java2982 ContentValues contentValues = new ContentValues(); in updateValueForKey() local