Searched refs:loc2 (Results 1 – 2 of 2) sorted by relevance
198 Location loc2 = createLocation(TEST_PROVIDER, mRandom); in testGetLastKnownLocation() local203 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testGetLastKnownLocation()204 assertThat(mManager.getLastKnownLocation(TEST_PROVIDER)).isEqualTo(loc2); in testGetLastKnownLocation()466 Location loc2 = createLocation(TEST_PROVIDER, mRandom); in testRequestLocationUpdates() local474 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testRequestLocationUpdates()475 assertThat(capture.getNextLocation(TIMEOUT_MS)).isEqualTo(loc2); in testRequestLocationUpdates()542 Location loc2 = createLocation(TEST_PROVIDER, mRandom); in testRequestLocationUpdates_PendingIntent() local549 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testRequestLocationUpdates_PendingIntent()550 assertThat(capture.getNextLocation(TIMEOUT_MS)).isEqualTo(loc2); in testRequestLocationUpdates_PendingIntent()606 Location loc2 = createLocation(TEST_PROVIDER, mRandom); in testRequestLocationUpdates_DirectExecutor() local[all …]
160 Location loc2 = createLocation(TEST_PROVIDER, mRandom); in testGetLastKnownLocation_FastInterval() local164 mManager.setTestProviderLocation(TEST_PROVIDER, loc2); in testGetLastKnownLocation_FastInterval()