HomeSort by relevance Sort by last modified time
    Searched full:otherlistener (Results 1 - 1 of 1) sorted by null

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
LocationManagerTest.java 162 TestLocationListener otherListener = new TestLocationListener();
163 locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 1, 2.0f, otherListener);
168 expected.add(otherListener);

Completed in 46 milliseconds