Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocationManager.java433 sLocationListeners = new WeakHashMap<>(); field in LocationManager
1487 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()