Home
last modified time | relevance | path

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

12

/packages/apps/Dialer/java/com/android/dialer/calllog/database/
DAnnotatedCallLogConstraints.java45 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()
DMutationApplier.java76 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local
90 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DCarrierProviderTest.java146 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
DCarrierIdProviderTest.java192 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
DTelephonyProviderTest.java256 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/
DVoicemailDatabaseUtil.java40 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/
DEpgInput.java34 public static EpgInput createEpgChannel(ContentValues contentValues) { in createEpgChannel()
59 ContentValues contentValues = new ContentValues(); in toContentValues() local
DLineups.java34 ContentValues contentValues = new ContentValues(); in query() local
DEpgInputs.java57 ContentValues contentValues = new ContentValues(); in queryEpgInputs() local
DLineup.java61 public static Lineup createLineup(ContentValues contentValues) { in createLineup()
/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
DCallLogMutations.java36 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/
DContactsDatabaseHelperTest.java347 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/
DTestInformationProvider.java34 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/
DVoicemailsQueryHelper.java158 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/
DProtoParsers.java51 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/
DBlockedBumberPopulator.java61 ContentValues contentValues = new ContentValues(); in createContentValuesWithNumber() local
/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManagerTest.java61 ContentValues contentValues = new ContentValues(); in setup() 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
/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/dialer/calllog/datasources/systemcalllog/
DSystemCallLogDataSource.java320 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/
DFilteredNumberCompat.java203 ContentValues contentValues = new ContentValues(); in newBlockNumberContentValues() local
/packages/apps/Dialer/java/com/android/voicemail/impl/settings/
DVisualVoicemailSettingsUtil.java219 ContentValues contentValues = new ContentValues(); in doInBackground() local

12