Searched refs:requestLocationUdpateProviderPendingIntents (Results 1 – 1 of 1) sorted by relevance
27 …private final Map<PendingIntent, String> requestLocationUdpateProviderPendingIntents = new HashMap… field in ShadowLocationManager244 requestLocationUdpateProviderPendingIntents.put(pendingIntent, provider); in requestLocationUpdates()255 while (requestLocationUdpateProviderPendingIntents.remove(pendingIntent) != null); in removeUpdates()361 return requestLocationUdpateProviderPendingIntents; in getRequestLocationUdpateProviderPendingIntents()