Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java49 private static final int TORCH_TIMEOUT_MS = 3000; field in FlashlightTest
93 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
95 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
98 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
100 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
102 verify(torchListener, after(TORCH_TIMEOUT_MS).never()). in testSetTorchModeOnOff()
126 verify(torchListener, timeout(TORCH_TIMEOUT_MS).times(mFlashCameraIdList.size())). in testSetTorchModeOnOff()
129 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
165 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testTorchCallback()
168 verify(torchListener, after(TORCH_TIMEOUT_MS).never()). in testTorchCallback()
[all …]