Searched refs:sLocationListeners (Results 1 – 1 of 1) sorted by relevance
433 sLocationListeners = new WeakHashMap<>(); field in LocationManager1487 synchronized (sLocationListeners) { in requestLocationUpdates()1488 WeakReference<LocationListenerTransport> reference = sLocationListeners.get( in requestLocationUpdates()1502 sLocationListeners.put(listener, new WeakReference<>(transport)); in requestLocationUpdates()1607 synchronized (sLocationListeners) { in requestFlush()1608 WeakReference<LocationListenerTransport> ref = sLocationListeners.get(listener); in requestFlush()1667 synchronized (sLocationListeners) { in removeUpdates()1668 WeakReference<LocationListenerTransport> ref = sLocationListeners.remove(listener); in removeUpdates()