Searched defs:contactIds (Results 1 – 7 of 7) sorted by relevance
46 public static void start(Activity activity, TreeSet<Long> contactIds) { in start()53 private static JoinContactsDialogFragment newInstance(TreeSet<Long> contactIds) { in newInstance()63 final TreeSet<Long> contactIds = in onCreateDialog() local
87 Activity activity, TreeSet<Long> contactIds) { in start()122 public void setContactIds(TreeSet<Long> contactIds) { in setContactIds()158 final TreeSet<Long> contactIds = (TreeSet<Long>) args.getSerializable(ARG_CONTACT_IDS); in onCreateLoader() local194 final HashSet<Long> contactIds = Sets.newHashSet(); in onLoadFinished() local250 private void showDialog(int messageId, int positiveButtonId, final long[] contactIds) { in showDialog()291 protected void doDeleteContact(long[] contactIds) { in doDeleteContact()
1077 long[] contactIds) { in createDeleteMultipleContactsIntent()1095 final long[] contactIds = intent.getLongArrayExtra(EXTRA_CONTACT_IDS); in deleteMultipleContacts() local1138 public static Intent createJoinSeveralContactsIntent(Context context, long[] contactIds) { in createJoinSeveralContactsIntent()1175 final long[] contactIds = intent.getLongArrayExtra(EXTRA_CONTACT_IDS); in joinSeveralContacts() local1299 private long[] getRawContactIdsForAggregation(long[] contactIds) { in getRawContactIdsForAggregation()
289 public void updateIndexForRawContacts(Set<Long> contactIds, Set<Long> rawContactIds) { in updateIndexForRawContacts()
285 ArrayList<Long> contactIds = null; in prepareSecondaryMatchCandidates() local
1756 ArrayList<Long> contactIds = new ArrayList<Long>(); in findContacts() local1775 final List<Long> contactIds = findContacts(context, Arrays.asList( in getContactInfo() local
459 final long[] contactIds; in aggregateInTransaction() local1956 Set<Long> contactIds = new HashSet<>(); in queryAggregationSuggestions() local