/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | CarrierProviderTest.java | 144 ContentValues contentValues = new ContentValues(); in testInsertCertificates() local 179 ContentValues contentValues = new ContentValues(); in testUpdateCertificates() local 226 ContentValues contentValues = new ContentValues(); in testMultipleCertificates() local 270 ContentValues contentValues = new ContentValues(); in testMnoandMvnoCertificates() local 317 ContentValues contentValues = new ContentValues(); in testOldAndNewDBEntries() local 359 ContentValues contentValues = new ContentValues(); in testDuplicateFailure() local 385 ContentValues contentValues = new ContentValues(); in testDelete() local
|
D | CarrierIdProviderTest.java | 190 ContentValues contentValues = createCarrierInfoInternal(); in testDuplicateInsertionCarrierInfo() local 206 ContentValues contentValues = new ContentValues(); in testInvalidInsertionCarrierInfo() local 246 ContentValues contentValues = createCarrierInfoInternal(); in testUpdateCarrierInfo() local 278 ContentValues contentValues = createCarrierInfoInternal(); in testMultiRowInsertionQuery() local 423 ContentValues contentValues = new ContentValues(); in createCarrierInfoInternal() local
|
D | TelephonyProviderTest.java | 203 ContentValues contentValues = new ContentValues(); in populateContentValues() local 399 ContentValues contentValues = new ContentValues(); in testBulkInsertCarriers() local 533 ContentValues contentValues = new ContentValues(); in testUpdateConflictingCarriers() local 592 ContentValues contentValues = new ContentValues(); in doSimpleTestForUri() local 644 ContentValues contentValues = new ContentValues(); in testOwnedBy() local 709 ContentValues contentValues = new ContentValues(); in testSimTable() local 971 private byte[] getBackupData(ContentValues[] contentValues) { in getBackupData() 1006 ContentValues contentValues = new ContentValues(); in insertApnRecord() local 1874 ContentValues contentValues = new ContentValues(); in testUpdateWfcEnabled() local 1929 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheMVNOAPN() local [all …]
|
/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 | 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 | 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/apps/Launcher3/src/com/android/launcher3/testing/ |
D | TestInformationProvider.java | 38 public int update(Uri uri, ContentValues contentValues, String s, String[] strings) { in update() 48 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
|
/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/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/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/dialer/databasepopulator/ |
D | BlockedBumberPopulator.java | 61 ContentValues contentValues = new ContentValues(); in createContentValuesWithNumber() local
|
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManagerTest.java | 61 ContentValues contentValues = new ContentValues(); in setup() local
|
/packages/modules/Bluetooth/android/pandora/server/src/com/android/pandora/ |
D | Pbap.kt | 79 var contentValues = ContentValues().apply { in addCallLogItem() variable
|
/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/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/util/ |
D | ChatProvider.java | 84 public Uri insert(Uri uri, ContentValues contentValues) { in insert() 115 public int update(Uri uri, ContentValues contentValues, String selection, in update()
|
D | ChatManager.java | 271 ContentValues contentValues = new ContentValues(); in addNewMessage() local 301 ContentValues contentValues = new ContentValues(); in updateMsgResult() local
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/ |
D | BluetoothMethodProxy.java | 113 final ContentValues contentValues) { in contentResolverInsert() 121 final ContentValues contentValues, String where, String[] selectionArgs) { in contentResolverUpdate()
|