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