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.java40 private static final int TORCH_TIMEOUT_MS = 3000; field in FlashlightTest
81 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
83 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
86 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
88 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
90 verify(torchListener, timeout(TORCH_TIMEOUT_MS).never()). in testSetTorchModeOnOff()
114 verify(torchListener, timeout(TORCH_TIMEOUT_MS).times(mFlashCameraIdList.size())). in testSetTorchModeOnOff()
117 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testSetTorchModeOnOff()
142 verify(torchListener, timeout(TORCH_TIMEOUT_MS). in testTorchCallback()
145 verify(torchListener, timeout(TORCH_TIMEOUT_MS).never()). in testTorchCallback()
[all …]