Searched refs:cameraIdsToTestTorch (Results 1 – 1 of 1) sorted by relevance
231 String[] cameraIdsToTestTorch = new String[mCameraIds.length + 3]; in testTorchModeExceptions() local232 System.arraycopy(mCameraIds, 0, cameraIdsToTestTorch, 0, mCameraIds.length); in testTorchModeExceptions()233 cameraIdsToTestTorch[mCameraIds.length] = generateNonexistingCameraId(); in testTorchModeExceptions()234 cameraIdsToTestTorch[mCameraIds.length + 1] = generateNonexistingNumericCameraId(); in testTorchModeExceptions()239 for (String id : cameraIdsToTestTorch) { in testTorchModeExceptions()