Searched refs:mBoundRemoteViewsServices (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/
H A DAppWidgetServiceImpl.java164 private final HashMap<Pair<Integer, FilterComparison>, ServiceConnection> mBoundRemoteViewsServices = new HashMap<Pair<Integer, FilterComparison>, ServiceConnection>(); field in class:AppWidgetServiceImpl
688 if (mBoundRemoteViewsServices.containsKey(key)) {
689 conn = (ServiceConnectionProxy) mBoundRemoteViewsServices.get(key);
692 mBoundRemoteViewsServices.remove(key);
702 mBoundRemoteViewsServices.put(key, conn);
722 if (mBoundRemoteViewsServices.containsKey(key)) {
731 ServiceConnectionProxy conn = (ServiceConnectionProxy) mBoundRemoteViewsServices
735 mBoundRemoteViewsServices.remove(key);
746 Iterator<Pair<Integer, Intent.FilterComparison>> it = mBoundRemoteViewsServices.keySet()
751 final ServiceConnectionProxy conn = (ServiceConnectionProxy) mBoundRemoteViewsServices
[all...]

Completed in 19 milliseconds