Searched refs:contactsSet (Results 1 – 1 of 1) sorted by relevance
177 Set<String> contactsSet = sharedPreferences.getStringSet(key, new HashSet<String>()); in getList() local178 if (contactsSet.isEmpty()) { in getList()182 List<T> list = new ArrayList<>(contactsSet.size()); in getList()183 for (String contactString : contactsSet) { in getList()