Searched refs:storedWidgetIdsByUri (Results 1 – 2 of 2) sorted by relevance
660 Set<String> storedWidgetIdsByUri = in fetchMatchingUriWidgetIds() local662 if (storedWidgetIdsByUri.isEmpty()) { in fetchMatchingUriWidgetIds()666 return storedWidgetIdsByUri; in fetchMatchingUriWidgetIds()
1723 Set<String> storedWidgetIdsByUri = new HashSet<>( in setStorageForTile() local1725 storedWidgetIdsByUri.add(String.valueOf(widgetId)); in setStorageForTile()1726 editor.putStringSet(contactUri.toString(), storedWidgetIdsByUri); in setStorageForTile() local