Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java207 mRemoteViewsServicesAppWidgets = new HashMap<>(); field in AppWidgetServiceImpl
1800 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()