Searched refs:requestLocationUpdateListenersMap (Results 1 – 1 of 1) sorted by relevance
33 …private final Map<LocationListener, Set<String>> requestLocationUpdateListenersMap = new LinkedHas… field in ShadowLocationManager75 …> locationUpdateListeners = new ArrayList<LocationListener>(requestLocationUpdateListenersMap.keyS… in setProviderEnabled()211 if (!requestLocationUpdateListenersMap.containsKey(listener)) { in addLocationListener()212 requestLocationUpdateListenersMap.put(listener, new HashSet<String>()); in addLocationListener()214 requestLocationUpdateListenersMap.get(listener).add(provider); in addLocationListener()249 requestLocationUpdateListenersMap.remove(listener); in removeUpdates()353 return new ArrayList<LocationListener>(requestLocationUpdateListenersMap.keySet()); in getRequestLocationUpdateListeners()365 Set<String> providers = requestLocationUpdateListenersMap.get(listener); in getProvidersForListener()