/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | RcsProviderInsertTest.java | 77 ContentValues contentValues = new ContentValues(3); in testInsertGroupThread() local 87 ContentValues contentValues = new ContentValues(); in testInsertParticipant() local 98 ContentValues contentValues = new ContentValues(); in testInsertParticipantIntoGroupThread() local 117 ContentValues contentValues = new ContentValues(); in testInsertMessageFails() local 203 ContentValues contentValues = new ContentValues(); in testInsertParticipantEvent() local 219 ContentValues contentValues = new ContentValues(); in testInsertGroupThreadEvent() local
|
D | CarrierProviderTest.java | 146 ContentValues contentValues = new ContentValues(); in testInsertCertificates() local 182 ContentValues contentValues = new ContentValues(); in testUpdateCertificates() local 228 ContentValues contentValues = new ContentValues(); in testMultipleCertificates() local 272 ContentValues contentValues = new ContentValues(); in testDuplicateFailure() local 299 ContentValues contentValues = new ContentValues(); in testDelete() local
|
D | RcsProviderUpdateTest.java | 129 ContentValues contentValues = new ContentValues(1); in testUpdate1To1ThreadWithSelection() local 148 ContentValues contentValues = new ContentValues(1); in testUpdate1To1ThreadWithId() local 165 ContentValues contentValues = new ContentValues(1); in testUpdateGroupThreadWithSelection() local 183 ContentValues contentValues = new ContentValues(1); in testUpdateGroupThreadWithId() local 199 ContentValues contentValues = new ContentValues(1); in testUpdateParticipantWithId() local
|
D | CarrierIdProviderTest.java | 192 ContentValues contentValues = createCarrierInfoInternal(); in testDuplicateInsertionCarrierInfo() local 208 ContentValues contentValues = new ContentValues(); in testInvalidInsertionCarrierInfo() local 248 ContentValues contentValues = createCarrierInfoInternal(); in testUpdateCarrierInfo() local 280 ContentValues contentValues = createCarrierInfoInternal(); in testMultiRowInsertionQuery() local 430 ContentValues contentValues = new ContentValues(); in createCarrierInfoInternal() local
|
D | TelephonyProviderTest.java | 242 ContentValues contentValues = new ContentValues(); in testBulkInsertCarriers() local 372 ContentValues contentValues = new ContentValues(); in testUpdateConflictingCarriers() local 429 ContentValues contentValues = new ContentValues(); in doSimpleTestForUri() local 479 ContentValues contentValues = new ContentValues(); in testOwnedBy() local 542 ContentValues contentValues = new ContentValues(); in testSimTable() local 607 ContentValues contentValues = new ContentValues(); in insertApnRecord() local 1430 ContentValues contentValues = new ContentValues(); in testUpdateWfcEnabled() local 1491 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_APNMatchTheMCCMNCAndMVNO() local 1526 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_APNMatchTheParentMCCMNC() local
|
/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
D | AnnotatedCallLogConstraints.java | 45 public static void check(ContentValues contentValues, @Operation int operationType) { in check() 59 String columnName, ContentValues contentValues, @Operation int operationType) { in checkBooleanColumn() 76 ContentValues contentValues, @Operation int operationType) { in checkCallTypeColumn() 96 ContentValues contentValues, in checkColumn()
|
D | MutationApplier.java | 76 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local 90 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local
|
/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/TV/partner_support/src/com/google/android/tv/partner/support/ |
D | EpgInput.java | 34 public static EpgInput createEpgChannel(ContentValues contentValues) { in createEpgChannel() 59 ContentValues contentValues = new ContentValues(); in toContentValues() local
|
D | Lineups.java | 34 ContentValues contentValues = new ContentValues(); in query() local
|
D | EpgInputs.java | 57 ContentValues contentValues = new ContentValues(); in queryEpgInputs() local
|
D | Lineup.java | 61 public static Lineup createLineup(ContentValues contentValues) { in createLineup()
|
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/ |
D | CallLogMutations.java | 36 public void insert(long id, ContentValues contentValues) { in insert() 54 public void update(long id, ContentValues contentValues) { in update()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsDatabaseHelperTest.java | 347 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetPrimaryPhonebookBucketToNumberBucket() local 364 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_SetAltPhonebookBucketToNumberBucket() local 382 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroPrimaryPhonebookBucket() local 395 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullPrimarySortKey() local 409 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonZeroAltPhonebookBucket() local 422 final ContentValues contentValues = new ContentValues(); in testUpgradeToVersion111_NonNullAltSortKeyToNumber() local
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationProvider.java | 34 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update() 44 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
|
/packages/apps/Dialer/java/com/android/voicemail/impl/sync/ |
D | VoicemailsQueryHelper.java | 158 ContentValues contentValues = new ContentValues(); in markReadInDatabase() local 183 ContentValues contentValues = new ContentValues(); in markCleanInDatabase() local 190 ContentValues contentValues = new ContentValues(); in updateWithTranscription() local 251 ContentValues contentValues = new ContentValues(); in markArchiveInDatabase() local
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | RcsProviderParticipantHelper.java | 253 long insertParticipant(ContentValues contentValues) { in insertParticipant() 301 ContentValues contentValues = new ContentValues(2); in insertParticipantIntoGroupThreadWithId() local 351 int updateParticipant(ContentValues contentValues, String selection, String[] selectionArgs) { in updateParticipant() 361 int updateParticipantWithId(ContentValues contentValues, Uri uri) { in updateParticipantWithId()
|
D | RcsProviderCanonicalAddressHelper.java | 38 ContentValues contentValues = new ContentValues(); in insertCanonicalAddress() local
|
D | RcsProviderThreadHelper.java | 325 long insert1To1Thread(ContentValues contentValues) { in insert1To1Thread() 369 ContentValues contentValues = new ContentValues(1); in insertP2pThread() local 377 ContentValues contentValues = new ContentValues(2); in insertParticipantIntoP2pThread() local 411 long insertGroupThread(ContentValues contentValues) { in insertGroupThread()
|
/packages/apps/Dialer/java/com/android/dialer/protos/ |
D | ProtoParsers.java | 51 public static <T extends MessageLite> T get( in get() 83 public static <T extends MessageLite> T getTrusted( in getTrusted()
|
/packages/apps/Dialer/java/com/android/dialer/databasepopulator/ |
D | BlockedBumberPopulator.java | 61 ContentValues contentValues = new ContentValues(); in createContentValuesWithNumber() 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
|
/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
|