Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/FusedLocation/test/src/com/android/location/fused/tests/
H A 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