Home
last modified time | relevance | path

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

/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
DFusedLocationServiceTest.java128 assertThat(mManager.getNextLocation(TIMEOUT_MS)).isEqualTo(location); in testNetworkRequest()
142 assertThat(mManager.getNextLocation(TIMEOUT_MS)).isEqualTo(location); in testGpsRequest()
176 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation() method in FusedLocationServiceTest.LocationProviderManagerCapture
/frameworks/base/packages/FusedLocation/test/src/com/android/location/gnss/tests/
DGnssOverlayLocationServiceTest.java117 assertThat(mManager.getNextLocation(TIMEOUT_MS)).isEqualTo(location); in testGpsRequest()
151 public Location getNextLocation(long timeoutMs) throws InterruptedException { in getNextLocation() method in GnssOverlayLocationServiceTest.LocationProviderManagerCapture