Home
last modified time | relevance | path

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

/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
DLocationManagerTest.java230 assertThat(shadowLocationManager.getRequestLocationUdpateProviderPendingIntents(), in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()
366 …assertThat(shadowLocationManager.getRequestLocationUdpateProviderPendingIntents().get(someLocation… in shouldRegisterLocationUpdatesWhenProviderGiven()
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocationManager.java360 public Map<PendingIntent, String> getRequestLocationUdpateProviderPendingIntents() { in getRequestLocationUdpateProviderPendingIntents() method in ShadowLocationManager