HomeSort by relevance Sort by last modified time
    Searched refs:getRequestLocationUpdateListeners (Results 1 - 2 of 2) sorted by null

  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLocationManagerTest.java 149 assertSame(shadowLocationManager.getRequestLocationUpdateListeners().get(0), listener);
190 assertThat(shadowLocationManager.getRequestLocationUpdateListeners()).isEqualTo(expected);
461 assertThat(shadowLocationManager.getRequestLocationUpdateListeners().size()).isEqualTo(0);
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java 112 List<LocationListener> locationUpdateListeners = new ArrayList<>(getRequestLocationUpdateListeners());
417 public List<LocationListener> getRequestLocationUpdateListeners() {

Completed in 464 milliseconds