Searched refs:expectNotEquals (Results 1 – 4 of 4) sorted by relevance
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | ExtendedCameraCharacteristicsTest.java | 513 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics() 515 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics() 517 mCollector.expectNotEquals("Calibration Transform1 should not contain all zeroes.", in testStaticRawCharacteristics() 519 mCollector.expectNotEquals("Calibration Transform2 should not contain all zeroes.", in testStaticRawCharacteristics() 521 mCollector.expectNotEquals("Color Transform1 should not contain all zeroes.", in testStaticRawCharacteristics() 523 mCollector.expectNotEquals("Color Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
|
D | StillCaptureTest.java | 1074 mCollector.expectNotEquals("NeutralColorPoint cannot be all zeroes, ", empty, in verifyRawCaptureResult()
|
D | CameraDeviceTest.java | 2006 mCollector.expectNotEquals("Number of metering region should not be 0", 0, regions.length); in checkMeteringRect()
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 163 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() method in CameraErrorCollector 208 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() method in CameraErrorCollector
|