Searched refs:storedWidgetIdsByUri (Results 1 – 2 of 2) sorted by relevance
693 Set<String> storedWidgetIdsByUri = in fetchMatchingUriWidgetIds() local695 if (storedWidgetIdsByUri.isEmpty()) { in fetchMatchingUriWidgetIds()699 return storedWidgetIdsByUri; in fetchMatchingUriWidgetIds()
1779 Set<String> storedWidgetIdsByUri = new HashSet<>( in setStorageForTile() local1781 storedWidgetIdsByUri.add(String.valueOf(widgetId)); in setStorageForTile()1782 editor.putStringSet(contactUri.toString(), storedWidgetIdsByUri); in setStorageForTile() local