/packages/experimental/LoaderApp/src/com/android/loaderapp/model/ |
D | EntitySet.java | 146 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 156 … builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, firstInsertRow); in buildDiff() 157 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 214 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRefs[index1]); in buildSplitContactDiff() 221 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRefs[index2]); in buildSplitContactDiff()
|
D | EntityDiff.java | 64 builder.withValueBackReference(childForeignKey, 0); in buildDiff()
|
D | EntityDelta.java | 401 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiff()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | EntityDeltaList.java | 165 builder.withValueBackReference( in buildDiff() 182 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 192 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, in buildDiff() 194 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, firstBatch); in buildDiff() 265 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, backRef1); in buildSplitContactDiff() 275 builder.withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, backRef2); in buildSplitContactDiff()
|
D | EntityDelta.java | 448 builder.withValueBackReference(Data.RAW_CONTACT_ID, firstIndex); in buildDiff()
|
/packages/apps/Phone/src/com/android/phone/ |
D | SimContacts.java | 166 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()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/aggregation/ |
D | ContactAggregatorTest.java | 1182 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeInitializedAsSuspended() 1191 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeInitializedAsSuspended() 1224 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeUpdatedToSuspended() 1233 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeUpdatedToSuspended() 1265 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testAggregationModeSuspendedOverriddenByAggException() 1275 .withValueBackReference(Data.RAW_CONTACT_ID, 2) in testAggregationModeSuspendedOverriddenByAggException() 1295 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID1, 0) in testAggregationModeSuspendedOverriddenByAggException() 1296 .withValueBackReference(AggregationExceptions.RAW_CONTACT_ID2, 2) in testAggregationModeSuspendedOverriddenByAggException()
|
/packages/apps/Calendar/tests/src/com/android/calendar/event/ |
D | EditEventHelperTest.java | 224 b.withValueBackReference(Reminders.EVENT_ID, id); in addOwnerAttendeeToOps() 282 b.withValueBackReference(Attendees.EVENT_ID, id); in addTestAttendees() 302 b.withValueBackReference(Attendees.EVENT_ID, id); in addTestAttendees() 322 b.withValueBackReference(Attendees.EVENT_ID, id); in addTestAttendees() 1419 b.withValueBackReference(Reminders.EVENT_ID, TEST_EVENT_INDEX_ID); in addExpectedMinutesWithBackRef() 1426 b.withValueBackReference(Reminders.EVENT_ID, TEST_EVENT_INDEX_ID); in addExpectedMinutesWithBackRef() 1433 b.withValueBackReference(Reminders.EVENT_ID, TEST_EVENT_INDEX_ID); in addExpectedMinutesWithBackRef()
|
/packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/ |
D | AbstractSyncAdapter.java | 244 builder.withValueBackReference(op.mColumnName, op.mOffset - offset); in operationToContentProviderOperation()
|
D | ContactsSyncAdapter.java | 1001 RowBuilder withValueBackReference(String key, int previousResult) { in withValueBackReference() method in ContactsSyncAdapter.RowBuilder 1002 builder.withValueBackReference(key, previousResult); in withValueBackReference() 1219 builder.withValueBackReference(Data.RAW_CONTACT_ID, contactId); in newRowBuilder()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/streamitems/ |
D | StreamItemPopulatorActivity.java | 238 .withValueBackReference(StreamItemPhotos.STREAM_ITEM_ID, opCount) in addStreamItemsToRawContact()
|
/packages/apps/Calendar/src/com/android/calendar/event/ |
D | EditEventHelper.java | 419 b.withValueBackReference(Attendees.EVENT_ID, eventIdIndex); in saveEvent() 516 b.withValueBackReference(Attendees.EVENT_ID, eventIdIndex); in saveEvent() 856 b.withValueBackReference(Reminders.EVENT_ID, eventIdIndex); in saveRemindersWithBackRef()
|
/packages/apps/Email/src/com/android/email/ |
D | SecurityPolicy.java | 541 .withValueBackReference(AccountColumns.POLICY_KEY, 0) in setAccountPolicy()
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 265 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in createRawContact()
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
D | EmailContent.java | 1007 b.withValueBackReference(Attachment.MESSAGE_KEY, messageBackValue); in addSaveOps()
|
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
D | ContactsProvider2Test.java | 3403 .withValueBackReference(Data.RAW_CONTACT_ID, 0) in testInsertDataWithContentProviderOperations() 4043 .withValueBackReference(StreamItemPhotos.STREAM_ITEM_ID, 0) in testInsertStreamItemsAndPhotosInBatch()
|