OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getRequestLocationUdpateCriteriaPendingIntents
(Results
1 - 2
of
2
) sorted by null
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowLocationManagerTest.java
214
assertThat(shadowLocationManager.
getRequestLocationUdpateCriteriaPendingIntents
()).isEqualTo(expectedCriteria);
409
assertThat(shadowLocationManager.
getRequestLocationUdpateCriteriaPendingIntents
().get(someLocationListenerPendingIntent)).isEqualTo(someCriteria);
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowLocationManager.java
485
public Map<PendingIntent, Criteria>
getRequestLocationUdpateCriteriaPendingIntents
() {
Completed in 66 milliseconds