Searched refs:getRequestLocationUpdateListeners (Results 1 – 2 of 2) sorted by relevance
128 assertSame(shadowLocationManager.getRequestLocationUpdateListeners().get(0), listener); in shouldStoreRequestLocationUpdateListeners()169 assertThat(shadowLocationManager.getRequestLocationUpdateListeners(), equalTo(expected)); in shouldRemoveLocationListeners()
352 public List<LocationListener> getRequestLocationUpdateListeners() { in getRequestLocationUpdateListeners() method in ShadowLocationManager