Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java39 …private final Map<PendingIntent, Criteria> requestLocationUdpateCriteriaPendingIntents = new HashM… field in ShadowLocationManager
124 …<PendingIntent> requestLocationUdpatePendingIntentSet = requestLocationUdpateCriteriaPendingIntents in setProviderEnabled()
130 requestLocationUdpateCriteriaPendingIntents in setProviderEnabled()
289 requestLocationUdpateCriteriaPendingIntents.put(pendingIntent, criteria); in requestLocationUpdates()
324 while (requestLocationUdpateCriteriaPendingIntents.remove(pendingIntent) != null); in removeUpdates()
486 return requestLocationUdpateCriteriaPendingIntents; in getRequestLocationUdpateCriteriaPendingIntents()