Searched refs:zeroed (Results 1 – 1 of 1) sorted by relevance
1341 ColorSpaceTransform zeroed = new ColorSpaceTransform(zeroes); in testStaticRawCharacteristics() local1342 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()1344 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()1347 zeroed, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM1)); in testStaticRawCharacteristics()1349 zeroed, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM2)); in testStaticRawCharacteristics()1351 zeroed, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM1)); in testStaticRawCharacteristics()1353 zeroed, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM2)); in testStaticRawCharacteristics()