Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowLocationManager.java27 …private final Map<PendingIntent, String> requestLocationUdpateProviderPendingIntents = new HashMap… field in ShadowLocationManager
244 requestLocationUdpateProviderPendingIntents.put(pendingIntent, provider); in requestLocationUpdates()
255 while (requestLocationUdpateProviderPendingIntents.remove(pendingIntent) != null); in removeUpdates()
361 return requestLocationUdpateProviderPendingIntents; in getRequestLocationUdpateProviderPendingIntents()