Searched refs:stringSet (Results 1 – 1 of 1) sorted by relevance
110 Set<String> stringSet = sharedPreferences.getStringSet(key, new HashSet<String>()); in getList() local111 if (stringSet.isEmpty()) { in getList()115 List<T> list = new ArrayList<>(stringSet.size()); in getList()117 for (String contactString : stringSet) { in getList()