Home
last modified time | relevance | path

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

/cts/tests/camera/src/android/hardware/camera2/cts/
DFlashlightTest.java369 String[] cameraIdsToTestTorch = new String[cameraIdsUnderTest.length + 3]; in testTorchModeExceptions() local
370 System.arraycopy(cameraIdsUnderTest, 0, cameraIdsToTestTorch, 0, cameraIdsUnderTest.length); in testTorchModeExceptions()
371 cameraIdsToTestTorch[cameraIdsUnderTest.length] = generateNonexistingCameraId(); in testTorchModeExceptions()
372 cameraIdsToTestTorch[cameraIdsUnderTest.length + 1] = generateNonexistingNumericCameraId(); in testTorchModeExceptions()
377 for (String id : cameraIdsToTestTorch) { in testTorchModeExceptions()