Searched refs:mRemoteViewsServicesAppWidgets (Results 1 – 1 of 1) sorted by relevance
207 mRemoteViewsServicesAppWidgets = new HashMap<>(); field in AppWidgetServiceImpl1800 if (mRemoteViewsServicesAppWidgets.containsKey(serviceId)) { in incrementAppWidgetServiceRefCount()1801 appWidgetIds = mRemoteViewsServicesAppWidgets.get(serviceId); in incrementAppWidgetServiceRefCount()1804 mRemoteViewsServicesAppWidgets.put(serviceId, appWidgetIds); in incrementAppWidgetServiceRefCount()1812 Iterator<Pair<Integer, FilterComparison>> it = mRemoteViewsServicesAppWidgets in decrementAppWidgetServiceRefCount()1816 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key); in decrementAppWidgetServiceRefCount()1902 Set<Pair<Integer, FilterComparison>> keys = mRemoteViewsServicesAppWidgets.keySet(); in handleNotifyAppWidgetViewDataChanged()1904 if (mRemoteViewsServicesAppWidgets.get(key).contains(appWidgetId)) { in handleNotifyAppWidgetViewDataChanged()