Home
last modified time | relevance | path

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

/cts/tests/location/common/src/android/location/cts/common/
DOpActiveChangedCapture.java38 public Boolean getNextActive(long timeoutMs) throws InterruptedException { in getNextActive() method in OpActiveChangedCapture
/cts/tests/location/location_fine/src/android/location/cts/fine/
DLocationManagerFineTest.java865 assertThat(opCapture.getNextActive(TIMEOUT_MS)).isTrue(); in testMonitoring()
866 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
872 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
873 assertThat(opHighPowerCapture.getNextActive(TIMEOUT_MS)).isTrue(); in testMonitoring()
879 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
880 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
883 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
884 assertThat(opHighPowerCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
887 assertThat(opCapture.getNextActive(FAILURE_TIMEOUT_MS)).isNull(); in testMonitoring()
888 assertThat(opHighPowerCapture.getNextActive(TIMEOUT_MS)).isFalse(); in testMonitoring()
[all …]