Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/database/
DContactsTableUtil.java73 Set<Long> rawContactIds) { in updateContactLastUpdateByRawContactId()
87 private static String buildUpdateLastUpdateSql(Set<Long> rawContactIds) { in buildUpdateLastUpdateSql()
/packages/apps/Contacts/src/com/android/contacts/group/
DUpdateGroupMembersAsyncTask.java61 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/
DContactAggregatorHelper.java43 final Map<Integer, Set<Long>> rawContactIds = new HashMap<>(); in mergeComponentsWithDisjointAccounts() local
DRawContactMatcher.java287 ArrayList<Long> rawContactIds = null; in prepareSecondaryMatchCandidates() local
/packages/apps/Contacts/src/com/android/contacts/
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
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactEditorSpringBoardActivity.java262 final long[][] rawContactIds = getRawContactIds(); in onSplitContactConfirmed() local
/packages/apps/Contacts/src/com/android/contacts/list/
DContactsRequest.java218 public void setRawContactIds(ArrayList<String> rawContactIds) { in setRawContactIds()
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/
DContactsUtils.java336 ArrayList<Long> rawContactIds = new ArrayList<Long>(); in queryForAllRawContactIds() local
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java397 public void setJoinWithRawContacts(long[] rawContactIds) { in setJoinWithRawContacts()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DSearchIndexManager.java289 public void updateIndexForRawContacts(Set<Long> contactIds, Set<Long> rawContactIds) { in updateIndexForRawContacts()
DContactsDatabaseHelper.java2951 final long[] rawContactIds; in upgradeToVersion702() local
DContactsProvider2.java9869 final Set<Long> rawContactIds = new HashSet<>(); in handleDataUsageFeedback() local
/packages/providers/ContactsProvider/src/com/android/providers/contacts/aggregation/
DAbstractContactAggregator.java459 final long[] rawContactIds; in aggregateInTransaction() local
827 String rawContactIds = TextUtils.join(",", rawContactIdSet); in findConnectedRawContacts() local
868 TransactionContext txContext, Set<Long> rawContactIds, Long contactId) { in createContactForRawContacts()
910 protected final void markAggregated(SQLiteDatabase db, String rawContactIds) { in markAggregated()
DContactAggregator2.java247 private void clearSuperPrimarySetting(SQLiteDatabase db, String rawContactIds) { in clearSuperPrimarySetting()
/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java1601 public void doJoinSuggestedContact(long[] rawContactIds) { in doJoinSuggestedContact()