Home
last modified time | relevance | path

Searched refs:withValueBackReference (Results 1 – 20 of 20) sorted by relevance

/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java164 builder.withValueBackReference( in buildDiffWrapper()
181 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
191 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, in buildDiffWrapper()
193 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiffWrapper()
274 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1); in buildSplitContactDiffHelper()
284 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2); in buildSplitContactDiffHelper()
H A DRawContactDelta.java493 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiff()
566 bw.getBuilder().withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiffWrapper()
H A DSimContact.java113 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, rawContactOpIndex) in createInsertOp()
/aosp12/frameworks/base/core/tests/coretests/src/android/content/
H A DContentProviderOperationTest.java96 .withValueBackReference("a1", 3) in testInsertWithBackRefs()
97 .withValueBackReference("a2", 1) in testInsertWithBackRefs()
240 .withValueBackReference("a1", 3) in testValueBackRefs()
241 .withValueBackReference("a2", 1) in testValueBackRefs()
242 .withValueBackReference("a3", 2) in testValueBackRefs()
/aosp12/packages/apps/Car/Dialer/framework/fake/src/com/android/car/dialer/framework/testdata/
H A DContactDataHandler.java101 .withValueBackReference(ContactsContract.RawContacts.Data.RAW_CONTACT_ID, 0) in addOneContact()
109 .withValueBackReference(ContactsContract.RawContacts.Data.RAW_CONTACT_ID, 0) in addOneContact()
119 .withValueBackReference(ContactsContract.RawContacts.Data.RAW_CONTACT_ID, 0) in addOneContact()
/aosp12/packages/apps/Dialer/java/com/android/dialer/databasepopulator/
H A DContactsPopulator.java202 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, index) in addContact()
214 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, index) in addContact()
227 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, index) in addContact()
240 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, index) in addContact()
/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/util/
H A DContactUtilTest.java78 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0) in addTestContact()
86 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0) in addTestContact()
97 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0) in addTestContact()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DSimContacts.java166 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, 0); in actuallyImportOneSimContact()
172 builder.withValueBackReference(Phone.RAW_CONTACT_ID, 0); in actuallyImportOneSimContact()
182 builder.withValueBackReference(Email.RAW_CONTACT_ID, 0); in actuallyImportOneSimContact()
192 builder.withValueBackReference(GroupMembership.RAW_CONTACT_ID, 0); in actuallyImportOneSimContact()
/aosp12/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java177 builder.withValueBackReference(StructuredName.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
337 builder.withValueBackReference(Phone.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
427 builder.withValueBackReference(Email.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
904 builder.withValueBackReference(Im.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1008 builder.withValueBackReference(Photo.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1091 builder.withValueBackReference(Nickname.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1144 builder.withValueBackReference(Note.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1199 builder.withValueBackReference(Website.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1257 builder.withValueBackReference(Event.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
1313 builder.withValueBackReference(Event.RAW_CONTACT_ID, backReferenceIndex); in constructInsertOperation()
[all …]
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DContactsProvider2TransactionTest.java186 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1); in addInsertContactOperations()
215 b.withValueBackReference(Data.RAW_CONTACT_ID, ops.size() - 1); in addInsertProfileOperations()
H A DContactsProvider2Test.java4842 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testInsertDataWithContentProviderOperations()
5497 .withValueBackReference(StreamItemPhotos.STREAM_ITEM_ID, 0) in testInsertStreamItemsAndPhotosInBatch()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/
H A DContactAggregatorTest.java1442 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeInitializedAsSuspended()
1451 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeInitializedAsSuspended()
1484 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeUpdatedToSuspended()
1493 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeUpdatedToSuspended()
1525 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeSuspendedOverriddenByAggException()
1535 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeSuspendedOverriddenByAggException()
1555 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
1556 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
H A DContactAggregator2Test.java1450 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeInitializedAsSuspended()
1459 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeInitializedAsSuspended()
1492 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeUpdatedToSuspended()
1501 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeUpdatedToSuspended()
1533 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeSuspendedOverriddenByAggException()
1543 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeSuspendedOverriddenByAggException()
1563 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException()
1564 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
/aosp12/frameworks/base/core/java/android/content/
H A DContentProviderOperation.java806 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex) { in withValueBackReference() method in ContentProviderOperation.Builder
824 public @NonNull Builder withValueBackReference(@NonNull String key, int fromIndex, in withValueBackReference() method in ContentProviderOperation.Builder
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java529 .withValueBackReference(ContactsContract.Data.RAW_CONTACT_ID, 0) in addBirthdayToContactsDatabase()
536 .withValueBackReference( in addBirthdayToContactsDatabase()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/database/
H A DSimContactDaoTests.java560 .withValueBackReference(Data.RAW_CONTACT_ID, idBackReference).build(); in insertIntoData()
569 .withValueBackReference(Data.RAW_CONTACT_ID, idBackReference).build(); in insertIntoData()
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java411 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in createRawContact()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt10263 …method @NonNull public android.content.ContentProviderOperation.Builder withValueBackReference(@No…
10264 …method @NonNull public android.content.ContentProviderOperation.Builder withValueBackReference(@No…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt6966 …method public android.content.ContentProviderOperation.Builder withValueBackReference(java.lang.St…