Home
last modified time | relevance | path

Searched refs:TestLocationListener (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java147 TestLocationListener listener = new TestLocationListener(); in shouldStoreRequestLocationUpdateListeners()
154 TestLocationListener listener1 = new TestLocationListener(); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()
155 TestLocationListener listener2 = new TestLocationListener(); in shouldKeepTrackOfWhichProvidersAListenerIsBoundTo_withoutDuplicates_inAnyOrder()
179 TestLocationListener listener = new TestLocationListener(); in shouldRemoveLocationListeners()
183 TestLocationListener otherListener = new TestLocationListener(); in shouldRemoveLocationListeners()
374 TestLocationListener listener = new TestLocationListener(); in shouldNotifyAllListenersIfProviderStateChanges()
414 TestLocationListener listener = new TestLocationListener(); in simulateLocation_shouldNotNotifyListenerIfLessThanFastestInterval()
431 TestLocationListener listener = new TestLocationListener(); in simulateLocation_shouldNotNotifyListenerIfLessThanMinimumDistance()
466 TestLocationListener listener = new TestLocationListener(); in requestLocationUpdates_shouldNotRegisterDuplicateListeners()
479 private static class TestLocationListener implements LocationListener { class in ShadowLocationManagerTest