Home
last modified time | relevance | path

Searched defs:onFlushComplete (Results 1 – 2 of 2) sorted by relevance

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocationManager.java2043 abstract void onFlushComplete(int requestCode) throws CanceledException; in onFlushComplete() method in ShadowLocationManager.LocationTransport
2088 void onFlushComplete(int requestCode) { in onFlushComplete() method in ShadowLocationManager.LocationListenerTransport
2133 void onFlushComplete(int requestCode) throws CanceledException { in onFlushComplete() method in ShadowLocationManager.LocationPendingIntentTransport
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowLocationManagerTest.java1783 public void onFlushComplete(int requestCode) { in onFlushComplete() method in ShadowLocationManagerTest.TestLocationListener