/packages/apps/Dialer/java/com/android/voicemail/impl/utils/ |
D | VoicemailDatabaseUtil.java | 40 ContentValues contentValues = getContentValues(voicemail); in insert() local 62 ContentValues contentValues = new ContentValues(); in getContentValues() local
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | CallLogMutations.java | 34 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/ |
D | ContactsDatabaseHelperTest.java | 348 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/ |
D | VoicemailsQueryHelper.java | 171 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/ |
D | MockContentProvider.java | 249 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/ |
D | EditorIntents.java | 96 long rawContactId, ArrayList<ContentValues> contentValues) { in createEditOtherRawContactIntent() 132 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues() local
|
D | ContactEditorFragment.java | 251 ArrayList<ContentValues> contentValues); in onEditOtherRawContactRequested()
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 154 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/ |
D | StructuredNameDataItem.java | 95 final ContentValues contentValues = getContentValues(); in isSuperPrimary() local
|
/packages/apps/Contacts/src/com/android/contacts/model/dataitem/ |
D | StructuredNameDataItem.java | 96 final ContentValues contentValues = getContentValues(); in isSuperPrimary() local
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/ |
D | MetadataHandler.java | 119 final ContentValues contentValues = MetadataDbHelper.getContentValuesByWordListId( in getCurrentMetadataForWordList() local
|
/packages/apps/Dialer/java/com/android/contacts/common/util/ |
D | NameConverter.java | 163 Context context, String displayName, ContentValues contentValues) { in displayNameToStructuredName()
|
/packages/apps/Email/provider_src/com/android/email/provider/ |
D | EmailConversationCursor.java | 227 final ContentValues contentValues = new ContentValues(1); in markContentsSeen() local
|
/packages/apps/TV/src/com/android/tv/data/epg/ |
D | EpgFetcher.java | 545 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/ |
D | FilteredNumberCompat.java | 200 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValues() local
|
/packages/apps/Dialer/java/com/android/dialer/backup/ |
D | DialerBackupUtils.java | 207 ContentValues contentValues = new ContentValues(); in convertVoicemailProtoFileToContentValueAndAudioBytes() local
|
/packages/services/Car/car-usb-handler/src/android/car/usb/handler/ |
D | UsbSettingsStorage.java | 158 ContentValues contentValues = new ContentValues(); in settingsToContentValues() local
|
/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/setting/usb/ |
D | UsbSettingsStorage.java | 160 ContentValues contentValues = new ContentValues(); in settingsToContentValues() local
|
/packages/providers/BlockedNumberProvider/src/com/android/providers/blockednumber/ |
D | BlockedNumberBackupAgent.java | 224 ContentValues contentValues = new ContentValues(); in writeToProvider() local
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ModelWriter.java | 151 ArrayList<ContentValues> contentValues = new ArrayList<>(); in moveItemsInDatabase() local
|
/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
D | BluetoothMapContentObserver.java | 2060 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/ |
D | MmsSmsDatabaseHelper.java | 1628 ContentValues contentValues = new ContentValues(); in upgradeDatabaseToVersion51() local
|
D | MmsSmsProvider.java | 554 ContentValues contentValues = new ContentValues(1); in getSingleAddressId() local
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | EmailContent.java | 385 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/ |
D | CalendarProvider2Test.java | 2982 ContentValues contentValues = new ContentValues(); in updateValueForKey() local
|