Searched refs:locationListeners (Results 1 – 1 of 1) sorted by relevance
69 private final Map<String, List<ListenerRegistration>> locationListeners = field in ShadowLocationManager253 List<ListenerRegistration> providerListeners = locationListeners.get(provider); in addLocationListener()256 locationListeners.put(provider, providerListeners); in addLocationListener()311 for (Map.Entry<String, List<ListenerRegistration>> entry : locationListeners.entrySet()) { in cleanupRemovedLocationListeners()420 for (Map.Entry<String, List<ListenerRegistration>> entry : locationListeners.entrySet()) { in getRequestLocationUpdateListeners()433 List<ListenerRegistration> providerListeners = locationListeners.get( in simulateLocation()496 for (List<ListenerRegistration> listenerRegistrations : locationListeners.values()) { in getProvidersForListener()