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.java244 String[] cameraIdsToTestTorch = new String[mCameraIdsUnderTest.length + 3]; in testTorchModeExceptions() local
245 … System.arraycopy(mCameraIdsUnderTest, 0, cameraIdsToTestTorch, 0, mCameraIdsUnderTest.length); in testTorchModeExceptions()
246 cameraIdsToTestTorch[mCameraIdsUnderTest.length] = generateNonexistingCameraId(); in testTorchModeExceptions()
247 cameraIdsToTestTorch[mCameraIdsUnderTest.length + 1] = generateNonexistingNumericCameraId(); in testTorchModeExceptions()
252 for (String id : cameraIdsToTestTorch) { in testTorchModeExceptions()