Searched refs:getRequestLocationUpdateListeners (Results 1 – 2 of 2) sorted by relevance
149 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()
112 …t<LocationListener> locationUpdateListeners = new ArrayList<>(getRequestLocationUpdateListeners()); in setProviderEnabled()417 public List<LocationListener> getRequestLocationUpdateListeners() { in getRequestLocationUpdateListeners() method in ShadowLocationManager