Searched refs:sLocationListeners (Results 1 – 1 of 1) sorted by relevance
125 private static final ArrayList<LocationListener> sLocationListeners = new ArrayList<>(); field in LocationUtils132 synchronized (sLocationListeners) {133 for (LocationListener l : sLocationListeners) {147 synchronized (sLocationListeners) { in addLocationListener()148 boolean wasEmpty = sLocationListeners.isEmpty(); in addLocationListener()149 sLocationListeners.add(listener); in addLocationListener()166 synchronized (sLocationListeners) { in removeLocationListener()167 boolean success = sLocationListeners.remove(listener); in removeLocationListener()168 if (success && sLocationListeners.isEmpty()) { in removeLocationListener()