Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java40 …private final Map<PendingIntent, String> requestLocationUdpateProviderPendingIntents = new HashMap… field in ShadowLocationManager
302 requestLocationUdpateProviderPendingIntents.put(pendingIntent, provider); in requestLocationUpdates()
325 while (requestLocationUdpateProviderPendingIntents.remove(pendingIntent) != null); in removeUpdates()
490 return requestLocationUdpateProviderPendingIntents; in getRequestLocationUdpateProviderPendingIntents()