Searched refs:cameraIdsPostTest (Results 1 – 2 of 2) sorted by relevance
73 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in tearDown() local74 assertNotNull("Camera ids shouldn't be null", cameraIdsPostTest); in tearDown()76 Log.i(TAG, "Camera ids in tearDown:" + Arrays.toString(cameraIdsPostTest)); in tearDown()79 cameraIdsPostTest.length, in tearDown()80 mCameraIdsUnderTest.length == cameraIdsPostTest.length); in tearDown()
289 String[] cameraIdsPostTest = deriveCameraIdsUnderTest(); in after() local291 Log.i(TAG, "Camera ids in tearDown:" + Arrays.toString(cameraIdsPostTest)); in after()294 cameraIdsPostTest.length, in after()295 mCameraIdsUnderTest.length == cameraIdsPostTest.length); in after()