Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/
H A 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()
H A DMutationApplier.java76 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local
90 ContentValues contentValues = entry.getValue(); in applyToDatabaseInternal() local
/aosp12/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
H A 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
H A DCarrierIdProviderTest.java190 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
H A DTelephonyProviderTest.java386 ContentValues contentValues = new ContentValues(); in testBulkInsertCarriers() local
520 ContentValues contentValues = new ContentValues(); in testUpdateConflictingCarriers() local
579 ContentValues contentValues = new ContentValues(); in doSimpleTestForUri() local
631 ContentValues contentValues = new ContentValues(); in testOwnedBy() local
696 ContentValues contentValues = new ContentValues(); in testSimTable() local
989 ContentValues contentValues = new ContentValues(); in insertApnRecord() local
1858 ContentValues contentValues = new ContentValues(); in testUpdateWfcEnabled() local
1913 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheMVNOAPN() local
1967 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheMNOAPN() local
2001 ContentValues contentValues = new ContentValues(); in testSIMAPNLIST_MatchTheCarrierIDANDMNOAPN() local
[all …]
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/utils/
H A DVoicemailDatabaseUtil.java40 ContentValues contentValues = getContentValues(voicemail); in insert() local
62 ContentValues contentValues = new ContentValues(); in getContentValues() local
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A 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
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/
H A DEpgInput.java34 public static EpgInput createEpgChannel(ContentValues contentValues) { in createEpgChannel()
59 ContentValues contentValues = new ContentValues(); in toContentValues() local
H A DLineups.java34 ContentValues contentValues = new ContentValues(); in query() local
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
H A DFakeProviderWithAsserts.java64 ExpectedInsert(Uri uri, ContentValues contentValues, Uri returnValue) { in ExpectedInsert()
79 ContentValues contentValues, int returnValue) { in ExpectedUpdate()
114 public Uri insert(Uri uri, ContentValues contentValues) { in insert()
122 public int update(Uri uri, ContentValues contentValues, String whereClause, in update()
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/datasources/
H A DCallLogMutations.java36 public void insert(long id, ContentValues contentValues) { in insert()
54 public void update(long id, ContentValues contentValues) { in update()
/aosp12/packages/apps/Dialer/java/com/android/voicemail/impl/sync/
H A 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
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/
H A DVCardJapanizationTests.java44 ContentValues contentValues = in testNameUtf8Common() local
119 final ContentValues contentValues = in testPhoneticNameCommon() local
220 ContentValues contentValues = ("UTF-8".equalsIgnoreCase(charset) ? in testPostalAddressWithJapaneseCommon() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/testing/
H A 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()
/aosp12/packages/apps/Dialer/java/com/android/dialer/protos/
H A DProtoParsers.java51 public static <T extends MessageLite> T get( in get()
83 public static <T extends MessageLite> T getTrusted( in getTrusted()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A 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()
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DContactEntry.java34 ContentValues contentValues = new ContentValues(); in addContentValues() local
H A DImportTestProvider.java74 ContentValues contentValues = operation.resolveValueBackReferences( in applyBatch() local
177 private String convertToEasilyReadableString(ContentValues contentValues) { in convertToEasilyReadableString()
H A DContentValuesVerifierElem.java36 ContentValues contentValues = new ContentValues(); in addExpected() local
H A DPropertyNodesVerifierElem.java67 String propName, String propValue, ContentValues contentValues) { in addExpectedNodeWithOrder()
73 String propName, List<String> propValueList, ContentValues contentValues) { in addExpectedNodeWithOrder()
152 ContentValues contentValues) { in addExpectedNode()
157 List<String> propValueList, ContentValues contentValues) { in addExpectedNode()
H A DContentValuesBuilder.java27 public ContentValuesBuilder(final ContentValues contentValues) { in ContentValuesBuilder()
/aosp12/frameworks/base/core/java/android/provider/
H A DVoicemailContract.java412 ContentValues contentValues = getContentValues(voicemail); in insert() local
429 ContentValues contentValues = getContentValues(voicemails.get(i)); in insert() local
430 contentResolver.insert(buildSourceUri(context.getPackageName()), contentValues); in insert() local
452 ContentValues contentValues = new ContentValues(); in getContentValues() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorIntents.java96 long rawContactId, ArrayList<ContentValues> contentValues) { in createEditOtherRawContactIntent()
132 ArrayList<ContentValues> contentValues = rawContactDeltaList.get(0).getContentValues(); in putRawContactDeltaValues() local
/aosp12/packages/apps/Dialer/java/com/android/dialer/databasepopulator/
H A DBlockedBumberPopulator.java61 ContentValues contentValues = new ContentValues(); in createContentValuesWithNumber() local
/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/
H A DChannelDataManagerTest.java61 ContentValues contentValues = new ContentValues(); in setup() local

123