Searched refs:mRemoteViewsServicesAppWidgets (Results 1 – 1 of 1) sorted by relevance
247 mRemoteViewsServicesAppWidgets = new HashMap<>(); field in AppWidgetServiceImpl2165 if (mRemoteViewsServicesAppWidgets.containsKey(serviceId)) { in incrementAppWidgetServiceRefCount()2166 appWidgetIds = mRemoteViewsServicesAppWidgets.get(serviceId); in incrementAppWidgetServiceRefCount()2169 mRemoteViewsServicesAppWidgets.put(serviceId, appWidgetIds); in incrementAppWidgetServiceRefCount()2177 Iterator<Pair<Integer, FilterComparison>> it = mRemoteViewsServicesAppWidgets in decrementAppWidgetServiceRefCount()2181 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key); in decrementAppWidgetServiceRefCount()2274 Set<Pair<Integer, FilterComparison>> keys = mRemoteViewsServicesAppWidgets.keySet(); in handleNotifyAppWidgetViewDataChanged()2276 if (mRemoteViewsServicesAppWidgets.get(key).contains(appWidgetId)) { in handleNotifyAppWidgetViewDataChanged()