Searched refs:cameraIdsToTestTorch (Results 1 – 1 of 1) sorted by relevance
219 String[] cameraIdsToTestTorch = new String[mCameraIds.length + 3]; in testTorchModeExceptions() local220 System.arraycopy(mCameraIds, 0, cameraIdsToTestTorch, 0, mCameraIds.length); in testTorchModeExceptions()221 cameraIdsToTestTorch[mCameraIds.length] = generateNonexistingCameraId(); in testTorchModeExceptions()222 cameraIdsToTestTorch[mCameraIds.length + 1] = generateNonexistingNumericCameraId(); in testTorchModeExceptions()227 for (String id : cameraIdsToTestTorch) { in testTorchModeExceptions()