Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java249 …assertThat(shadowLocationManager.getRequestLocationUdpateProviderPendingIntents()).isEqualTo(expec… in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingLocationListeners()
392 …assertThat(shadowLocationManager.getRequestLocationUdpateProviderPendingIntents().get(someLocation… in shouldRegisterLocationUpdatesWhenProviderGiven()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java489 public Map<PendingIntent, String> getRequestLocationUdpateProviderPendingIntents() { in getRequestLocationUdpateProviderPendingIntents() method in ShadowLocationManager