Searched refs:mContactIds (Results 1 – 3 of 3) sorted by relevance
98 if (!mContactIds.contains(contactId)) { in FilterCursorWrapper()170 private ArrayList<String> mContactIds; field in GroupMemberPickerFragment199 mContactIds = getArguments().getStringArrayList(ARG_CONTACT_IDS); in onCreate()204 mContactIds = savedState.getStringArrayList(KEY_CONTACT_IDS); in onCreate()215 outState.putStringArrayList(KEY_CONTACT_IDS, mContactIds); in onSaveInstanceState()278 final boolean hasContacts = mContactIds == null ? false : mContactIds.size() > 0; in onPrepareOptionsMenu()
42 private final long[] mContactIds; field in UpdateGroupMembersAsyncTask52 mContactIds = contactIds; in UpdateGroupMembersAsyncTask()99 final String[] selectionArgs = new String[mContactIds.length]; in getRawContactIds()100 for (int i = 0; i < mContactIds.length; i++) { in getRawContactIds()105 selectionArgs[i] = Long.toString(mContactIds[i]); in getRawContactIds()
82 private TreeSet<Long> mContactIds; field in ContactMultiDeletionInteraction131 mContactIds = contactIds; in setContactIds()135 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in setContactIds()149 args.putSerializable(ARG_CONTACT_IDS, mContactIds); in onStart()301 outState.putSerializable(KEY_CONTACTS_IDS, mContactIds); in onSaveInstanceState()309 mContactIds = (TreeSet<Long>) savedInstanceState.getSerializable(KEY_CONTACTS_IDS); in onActivityCreated()