Searched refs:zeroed (Results 1 – 1 of 1) sorted by relevance
1090 ColorSpaceTransform zeroed = new ColorSpaceTransform(zeroes); in testStaticRawCharacteristics() local1091 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()1093 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()1096 zeroed, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM1)); in testStaticRawCharacteristics()1098 zeroed, c.get(CameraCharacteristics.SENSOR_CALIBRATION_TRANSFORM2)); in testStaticRawCharacteristics()1100 zeroed, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM1)); in testStaticRawCharacteristics()1102 zeroed, c.get(CameraCharacteristics.SENSOR_COLOR_TRANSFORM2)); in testStaticRawCharacteristics()