Searched refs:FAILURE_TIMEOUT_MS (Results 1 – 3 of 3) sorted by relevance
113 private static final long FAILURE_TIMEOUT_MS = 200; field in LocationManagerFineTest415 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 …]
51 private static final long FAILURE_TIMEOUT_MS = 200; field in SettingInjectorServiceTest90 assertNull(messageCapture.getNextMessage(FAILURE_TIMEOUT_MS)); in testSettingInjectorService()110 assertNull(messageCapture.getNextMessage(FAILURE_TIMEOUT_MS)); in testSettingInjectorService_Exception()
55 private static final long FAILURE_TIMEOUT_MS = 200; field in GeofencingTest206 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()