Searched refs:getProvidersForListener (Results 1 – 2 of 2) sorted by relevance
170 …pectedProvidersForListener1, new HashSet<>(shadowLocationManager.getProvidersForListener(listener1… in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()171 …pectedProvidersForListener2, new HashSet<>(shadowLocationManager.getProvidersForListener(listener2… in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()174 assertEquals(0, shadowLocationManager.getProvidersForListener(listener1).size()); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()
493 public Collection<String> getProvidersForListener(LocationListener listener) { in getProvidersForListener() method in ShadowLocationManager