/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/database/ |
H A 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()
|
H A D | MutationApplier.java | 76 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 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
|
H A 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
|
H A D | TelephonyProviderTest.java | 386 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 D | VoicemailDatabaseUtil.java | 40 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 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
|
/aosp12/packages/apps/TV/partner_support/src/com/google/android/tv/partner/support/ |
H A D | EpgInput.java | 34 public static EpgInput createEpgChannel(ContentValues contentValues) { in createEpgChannel() 59 ContentValues contentValues = new ContentValues(); in toContentValues() local
|
H A D | Lineups.java | 34 ContentValues contentValues = new ContentValues(); in query() local
|
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/ |
H A D | FakeProviderWithAsserts.java | 64 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 D | CallLogMutations.java | 36 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 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
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
H A D | VCardJapanizationTests.java | 44 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 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()
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/protos/ |
H A D | ProtoParsers.java | 51 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 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()
|
/aosp12/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
H A D | ContactEntry.java | 34 ContentValues contentValues = new ContentValues(); in addContentValues() local
|
H A D | ImportTestProvider.java | 74 ContentValues contentValues = operation.resolveValueBackReferences( in applyBatch() local 177 private String convertToEasilyReadableString(ContentValues contentValues) { in convertToEasilyReadableString()
|
H A D | ContentValuesVerifierElem.java | 36 ContentValues contentValues = new ContentValues(); in addExpected() local
|
H A D | PropertyNodesVerifierElem.java | 67 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 D | ContentValuesBuilder.java | 27 public ContentValuesBuilder(final ContentValues contentValues) { in ContentValuesBuilder()
|
/aosp12/frameworks/base/core/java/android/provider/ |
H A D | VoicemailContract.java | 412 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 D | EditorIntents.java | 96 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 D | BlockedBumberPopulator.java | 61 ContentValues contentValues = new ContentValues(); in createContentValuesWithNumber() local
|
/aosp12/packages/apps/TV/tuner/tests/robotests/javatests/com/android/tv/tuner/tvinput/datamanager/ |
H A D | ChannelDataManagerTest.java | 61 ContentValues contentValues = new ContentValues(); in setup() local
|