Searched refs:cameraIdsPostTest (Results 1 – 2 of 2) sorted by relevance
69 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in tearDown() local70 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()
278 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in after() local280 Log.i(TAG, "Camera ids in tearDown:" + Arrays.toString(cameraIdsPostTest)); in after()283 cameraIdsPostTest.length, in after()284 mCameraIdsUnderTest.length == cameraIdsPostTest.length); in after()