Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCamera2ParameterizedTestCase.java69 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in tearDown() local
70 assertNotNull("Camera ids shouldn't be null", cameraIdsPostTest); in tearDown()
72 Log.i(TAG, "Camera ids in tearDown:" + Arrays.toString(cameraIdsPostTest)); in tearDown()
75 cameraIdsPostTest.length, in tearDown()
76 mCameraIdsUnderTest.length == cameraIdsPostTest.length); in tearDown()
/cts/tests/camera/src/android/hardware/camera2/cts/testcases/
DCamera2AndroidTestRule.java278 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in after() local
280 Log.i(TAG, "Camera ids in tearDown:" + Arrays.toString(cameraIdsPostTest)); in after()
283 cameraIdsPostTest.length, in after()
284 mCameraIdsUnderTest.length == cameraIdsPostTest.length); in after()