Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java165 protected void removeGpsStatusListener(Listener listener) { in removeGpsStatusListener() method in ShadowLocationManager
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java93 locationManager.removeGpsStatusListener(listener); in shouldNotHaveListenerOnceRemoved()