Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java214 …assertThat(shadowLocationManager.getRequestLocationUdpateCriteriaPendingIntents()).isEqualTo(expec… in shouldRemovePendingIntentsWhenRequestingLocationUpdatesUsingCriteria()
409 …assertThat(shadowLocationManager.getRequestLocationUdpateCriteriaPendingIntents().get(someLocation… in shouldRegisterLocationUpdatesWhenCriteriaGiven()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java485 public Map<PendingIntent, Criteria> getRequestLocationUdpateCriteriaPendingIntents() { in getRequestLocationUdpateCriteriaPendingIntents() method in ShadowLocationManager