/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/ |
D | ContactsTableUtil.java | 73 Set<Long> rawContactIds) { in updateContactLastUpdateByRawContactId() 87 private static String buildUpdateLastUpdateSql(Set<Long> rawContactIds) { in buildUpdateLastUpdateSql()
|
/packages/apps/Contacts/src/com/android/contacts/group/ |
D | UpdateGroupMembersAsyncTask.java | 61 final long[] rawContactIds = getRawContactIds(); in doInBackground() local 109 final long[] rawContactIds = new long[cursor.getCount()]; in getRawContactIds() local
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/util/ |
D | ContactAggregatorHelper.java | 44 final Map<Integer, Set<Long>> rawContactIds = new ArrayMap<>(); in mergeComponentsWithDisjointAccounts() local
|
D | RawContactMatcher.java | 287 ArrayList<Long> rawContactIds = null; in prepareSecondaryMatchCandidates() local
|
/packages/apps/Contacts/src/com/android/contacts/ |
D | ContactSaveService.java | 1244 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
|
/packages/apps/Contacts/src/com/android/contacts/activities/ |
D | ContactEditorSpringBoardActivity.java | 262 final long[][] rawContactIds = getRawContactIds(); in onSplitContactConfirmed() local
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | ContactsRequest.java | 218 public void setRawContactIds(ArrayList<String> rawContactIds) { in setRawContactIds()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 397 public void setJoinWithRawContacts(long[] rawContactIds) { in setJoinWithRawContacts()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
D | SearchIndexManager.java | 294 public void updateIndexForRawContacts(Set<Long> contactIds, Set<Long> rawContactIds) { in updateIndexForRawContacts()
|
D | ContactsDatabaseHelper.java | 2891 final long[] rawContactIds; in upgradeToVersion702() local
|
D | ContactsProvider2.java | 3966 private int deleteRawContactsImmediately(SQLiteDatabase db, List<Long> rawContactIds) { in deleteRawContactsImmediately()
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/ |
D | AbstractContactAggregator.java | 460 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()
|
D | ContactAggregator2.java | 247 private void clearSuperPrimarySetting(SQLiteDatabase db, String rawContactIds) { in clearSuperPrimarySetting()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 1649 public void doJoinSuggestedContact(long[] rawContactIds) { in doJoinSuggestedContact()
|