Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java127 public void testTorchCallback() throws Exception { in testTorchCallback() method in FlashlightTest
128 testTorchCallback(/*useExecutor*/ false); in testTorchCallback()
129 testTorchCallback(/*useExecutor*/ true); in testTorchCallback()
132 private void testTorchCallback(boolean useExecutor) throws Exception { in testTorchCallback() method in FlashlightTest