Home
last modified time | relevance | path

Searched refs:mRemoteViewsServicesAppWidgets (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetServiceImpl.java208 mRemoteViewsServicesAppWidgets = new HashMap<>(); field in AppWidgetServiceImpl
1897 if (mRemoteViewsServicesAppWidgets.containsKey(serviceId)) { in incrementAppWidgetServiceRefCount()
1898 appWidgetIds = mRemoteViewsServicesAppWidgets.get(serviceId); in incrementAppWidgetServiceRefCount()
1901 mRemoteViewsServicesAppWidgets.put(serviceId, appWidgetIds); in incrementAppWidgetServiceRefCount()
1909 Iterator<Pair<Integer, FilterComparison>> it = mRemoteViewsServicesAppWidgets in decrementAppWidgetServiceRefCount()
1913 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key); in decrementAppWidgetServiceRefCount()
2000 Set<Pair<Integer, FilterComparison>> keys = mRemoteViewsServicesAppWidgets.keySet(); in handleNotifyAppWidgetViewDataChanged()
2002 if (mRemoteViewsServicesAppWidgets.get(key).contains(appWidgetId)) { in handleNotifyAppWidgetViewDataChanged()