Home
last modified time | relevance | path

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

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java453 TestLocationListenerSelfRemoval listener = new TestLocationListenerSelfRemoval(locationManager); in shouldNotThrowExceptionIfLocationListenerRemovedInsideOnLocationChanged()
505 private static class TestLocationListenerSelfRemoval implements LocationListener { class in ShadowLocationManagerTest
508 public TestLocationListenerSelfRemoval(LocationManager locationManager) { in TestLocationListenerSelfRemoval() method in ShadowLocationManagerTest.TestLocationListenerSelfRemoval