HomeSort by relevance Sort by last modified time
    Searched refs:indicesToFilter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
GroupMemberPickerFragment.java 82 final List<Integer> indicesToFilter = new ArrayList<>();
101 indicesToFilter.add(i);
106 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupMembersFragment.java 110 final List<Integer> indicesToFilter = new ArrayList<>();
131 indicesToFilter.add(i);
136 GroupUtil.updateBundle(bundle, indexer, indicesToFilter, sections, counts);
    [all...]

Completed in 188 milliseconds