Searched refs:cameraIdsToTestTorch (Results 1 – 1 of 1) sorted by relevance
369 String[] cameraIdsToTestTorch = new String[cameraIdsUnderTest.length + 3]; in testTorchModeExceptions() local370 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()