Searched refs:requestLocationUdpateCriteriaPendingIntents (Results 1 – 1 of 1) sorted by relevance
26 …private final Map<PendingIntent, Criteria> requestLocationUdpateCriteriaPendingIntents = new HashM… field in ShadowLocationManager87 …<PendingIntent> requestLocationUdpatePendingIntentSet = requestLocationUdpateCriteriaPendingIntents in setProviderEnabled()93 requestLocationUdpateCriteriaPendingIntents in setProviderEnabled()231 requestLocationUdpateCriteriaPendingIntents.put(pendingIntent, criteria); in requestLocationUpdates()254 while (requestLocationUdpateCriteriaPendingIntents.remove(pendingIntent) != null); in removeUpdates()357 return requestLocationUdpateCriteriaPendingIntents; in getRequestLocationUdpateCriteriaPendingIntents()