Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java219 mRemoteViewsServicesAppWidgets = new HashMap<>(); field in AppWidgetServiceImpl
1921 if (mRemoteViewsServicesAppWidgets.containsKey(serviceId)) { in incrementAppWidgetServiceRefCount()
1922 appWidgetIds = mRemoteViewsServicesAppWidgets.get(serviceId); in incrementAppWidgetServiceRefCount()
1925 mRemoteViewsServicesAppWidgets.put(serviceId, appWidgetIds); in incrementAppWidgetServiceRefCount()
1933 Iterator<Pair<Integer, FilterComparison>> it = mRemoteViewsServicesAppWidgets in decrementAppWidgetServiceRefCount()
1937 final HashSet<Integer> ids = mRemoteViewsServicesAppWidgets.get(key); in decrementAppWidgetServiceRefCount()
2023 Set<Pair<Integer, FilterComparison>> keys = mRemoteViewsServicesAppWidgets.keySet(); in handleNotifyAppWidgetViewDataChanged()
2025 if (mRemoteViewsServicesAppWidgets.get(key).contains(appWidgetId)) { in handleNotifyAppWidgetViewDataChanged()