Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DLocationManager.java468 sLocationListeners = new WeakHashMap<>(); field in LocationManager
1582 synchronized (sLocationListeners) { in requestLocationUpdates()
1583 WeakReference<LocationListenerTransport> reference = sLocationListeners.get( in requestLocationUpdates()
1597 sLocationListeners.put(listener, new WeakReference<>(transport)); in requestLocationUpdates()
1703 synchronized (sLocationListeners) { in requestFlush()
1704 WeakReference<LocationListenerTransport> ref = sLocationListeners.get(listener); in requestFlush()
1763 synchronized (sLocationListeners) { in removeUpdates()
1764 WeakReference<LocationListenerTransport> ref = sLocationListeners.remove(listener); in removeUpdates()
/frameworks/base/config/
Ddirty-image-objects919 Landroid/location/LocationManager;.sLocationListeners:Ljava/util/WeakHashMap;.table:[Ljava/util/Wea…
920 Landroid/location/LocationManager;.sLocationListeners:Ljava/util/WeakHashMap; 247