/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/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
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 | 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 | 256 ContentValues contentValues = new ContentValues(); in testBulkInsertCarriers() local 390 ContentValues contentValues = new ContentValues(); in testUpdateConflictingCarriers() local 449 ContentValues contentValues = new ContentValues(); in doSimpleTestForUri() local 501 ContentValues contentValues = new ContentValues(); in testOwnedBy() local 566 ContentValues contentValues = new ContentValues(); in testSimTable() local 631 ContentValues contentValues = new ContentValues(); in insertApnRecord() local 1499 ContentValues contentValues = new ContentValues(); in testUpdateWfcEnabled() local 1554 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheMVNOAPN() local 1608 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheMNOAPN() local 1642 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN() local [all …]
|
/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/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/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManagerTest.java | 61 ContentValues contentValues = new ContentValues(); in setup() 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
|
/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/dialer/calllog/datasources/systemcalllog/ |
D | SystemCallLogDataSource.java | 320 ContentValues contentValues = new ContentValues(); in handleInsertsAndUpdates() local 384 private void setTranscriptionState(Cursor cursor, ContentValues contentValues) { in setTranscriptionState()
|
/packages/apps/Dialer/java/com/android/dialer/blocking/ |
D | FilteredNumberCompat.java | 203 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValues() local
|
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/ |
D | VisualVoicemailSettingsUtil.java | 219 ContentValues contentValues = new ContentValues(); in doInBackground() local
|