Home
last modified time | relevance | path

Searched defs:rawContactIds (Results 1 – 14 of 14) sorted by relevance

/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
H A DContactsTableUtil.java73 Set<Long> rawContactIds) { in updateContactLastUpdateByRawContactId()
87 private static String buildUpdateLastUpdateSql(Set<Long> rawContactIds) { in buildUpdateLastUpdateSql()
/aosp12/packages/apps/Contacts/src/com/android/contacts/group/
H A DUpdateGroupMembersAsyncTask.java61 final long[] rawContactIds = getRawContactIds(); in doInBackground() local
109 final long[] rawContactIds = new long[cursor.getCount()]; in getRawContactIds() local
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/
H A DContactAggregatorHelper.java44 final Map<Integer, Set<Long>> rawContactIds = new ArrayMap<>(); in mergeComponentsWithDisjointAccounts() local
H A DRawContactMatcher.java287 ArrayList<Long> rawContactIds = null; in prepareSecondaryMatchCandidates() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/
H A DContactSaveService.java1244 public static Intent createSplitContactIntent(Context context, long[][] rawContactIds, in createSplitContactIntent()
1258 public static Intent createHardSplitContactIntent(Context context, long[][] rawContactIds) { in createHardSplitContactIntent()
1267 final long rawContactIds[][] = (long[][]) intent in splitContact() local
1413 final long rawContactIds[] = getRawContactIdsForAggregation(contactIds); in joinSeveralContacts() local
1543 long rawContactIds[] = getRawContactIdsForAggregation(contactId1, contactId2); in joinContacts() local
1620 final long[][] rawContactIds = new long[contactIds.length][]; in getSeparatedRawContactIds() local
1634 long rawContactIds[]; in getRawContactIds() local
1692 long rawContactIds[]; in getRawContactIdsForAggregation() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactEditorSpringBoardActivity.java262 final long[][] rawContactIds = getRawContactIds(); in onSplitContactConfirmed() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsRequest.java218 public void setRawContactIds(ArrayList<String> rawContactIds) { in setRawContactIds()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DSearchIndexManager.java294 public void updateIndexForRawContacts(Set<Long> contactIds, Set<Long> rawContactIds) { in updateIndexForRawContacts()
H A DContactsDatabaseHelper.java2891 final long[] rawContactIds; in upgradeToVersion702() local
H A DContactsProvider2.java3932 private int deleteRawContactsImmediately(SQLiteDatabase db, List<Long> rawContactIds) { in deleteRawContactsImmediately()
/aosp12/packages/apps/Contacts/src/com/android/contacts/model/
H A DRawContactDeltaList.java397 public void setJoinWithRawContacts(long[] rawContactIds) { in setJoinWithRawContacts()
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
H A DAbstractContactAggregator.java460 final long[] rawContactIds; in aggregateInTransaction() local
828 String rawContactIds = TextUtils.join(",", rawContactIdSet); in findConnectedRawContacts() local
869 TransactionContext txContext, Set<Long> rawContactIds, Long contactId) { in createContactForRawContacts()
911 protected final void markAggregated(SQLiteDatabase db, String rawContactIds) { in markAggregated()
H A DContactAggregator2.java247 private void clearSuperPrimarySetting(SQLiteDatabase db, String rawContactIds) { in clearSuperPrimarySetting()
/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java1649 public void doJoinSuggestedContact(long[] rawContactIds) { in doJoinSuggestedContact()