Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java149 assertSame(shadowLocationManager.getRequestLocationUpdateListeners().get(0), listener); in shouldStoreRequestLocationUpdateListeners()
190 assertThat(shadowLocationManager.getRequestLocationUpdateListeners()).isEqualTo(expected); in shouldRemoveLocationListeners()
461 assertThat(shadowLocationManager.getRequestLocationUpdateListeners().size()).isEqualTo(0); in shouldNotThrowExceptionIfLocationListenerRemovedInsideOnLocationChanged()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java112 …t<LocationListener> locationUpdateListeners = new ArrayList<>(getRequestLocationUpdateListeners()); in setProviderEnabled()
417 public List<LocationListener> getRequestLocationUpdateListeners() { in getRequestLocationUpdateListeners() method in ShadowLocationManager