Searched refs:sLocationListeners (Results 1 – 2 of 2) sorted by relevance
468 sLocationListeners = new WeakHashMap<>(); field in LocationManager1582 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()
919 Landroid/location/LocationManager;.sLocationListeners:Ljava/util/WeakHashMap;.table:[Ljava/util/Wea…920 Landroid/location/LocationManager;.sLocationListeners:Ljava/util/WeakHashMap; 247