Searched refs:getProvidersForListener (Results 1 – 2 of 2) sorted by relevance
149 …ProvidersForListener1, new HashSet<String>(shadowLocationManager.getProvidersForListener(listener1… in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()150 …ProvidersForListener2, new HashSet<String>(shadowLocationManager.getProvidersForListener(listener2… in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()153 assertEquals(0, shadowLocationManager.getProvidersForListener(listener1).size()); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()
364 public Collection<String> getProvidersForListener(LocationListener listener) { in getProvidersForListener() method in ShadowLocationManager