Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java112 …List<LocationListener> locationUpdateListeners = new ArrayList<>(getRequestLocationUpdateListeners… in setProviderEnabled() local
113 for (LocationListener locationUpdateListener : locationUpdateListeners) { in setProviderEnabled()