Home
last modified time | relevance | path

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

/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java113 private static final long FAILURE_TIMEOUT_MS = 200; field in LocationManagerFineTest
415 assertThat(capture.hasLocation(FAILURE_TIMEOUT_MS)).isFalse(); in testGetCurrentLocation_Cancellation()
426 assertThat(capture.getLocation(FAILURE_TIMEOUT_MS)).isNull(); in testGetCurrentLocation_ProviderDisabled()
433 assertThat(capture.getLocation(FAILURE_TIMEOUT_MS)).isNull(); in testGetCurrentLocation_ProviderDisabled()
484 assertThat(capture.getNextLocation(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates()
486 assertThat(capture.getNextProviderChange(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates()
488 assertThat(capture.getNextProviderChange(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates()
559 assertThat(capture.getNextLocation(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates_PendingIntent()
561 assertThat(capture.getNextProviderChange(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates_PendingIntent()
563 assertThat(capture.getNextProviderChange(FAILURE_TIMEOUT_MS)).isNull(); in testRequestLocationUpdates_PendingIntent()
[all …]
DSettingInjectorServiceTest.java51 private static final long FAILURE_TIMEOUT_MS = 200; field in SettingInjectorServiceTest
90 assertNull(messageCapture.getNextMessage(FAILURE_TIMEOUT_MS)); in testSettingInjectorService()
110 assertNull(messageCapture.getNextMessage(FAILURE_TIMEOUT_MS)); in testSettingInjectorService_Exception()
DGeofencingTest.java55 private static final long FAILURE_TIMEOUT_MS = 200; field in GeofencingTest
206 assertThat(capture.getNextProximityChange(FAILURE_TIMEOUT_MS)).isNull(); in testRemoveProximityAlert()
284 assertThat(capture.getNextProximityChange(FAILURE_TIMEOUT_MS)).isNull(); in testAddProximityAlert_Multiple()
313 assertThat(capture.getNextProximityChange(FAILURE_TIMEOUT_MS)).isNull(); in testAddProximityAlert_Expires()