Home
last modified time | relevance | path

Searched refs:expectNotEquals (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java440 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()
442 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()
444 mCollector.expectNotEquals("Calibration Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
446 mCollector.expectNotEquals("Calibration Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
448 mCollector.expectNotEquals("Color Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
450 mCollector.expectNotEquals("Color Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
DStillCaptureTest.java845 mCollector.expectNotEquals("NeutralColorPoint cannot be all zeroes, ", empty, in verifyRawCaptureResult()
DCameraDeviceTest.java1340 mCollector.expectNotEquals("Number of metering region should not be 0", 0, regions.length); in checkMeteringRect()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java165 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() method in CameraErrorCollector
210 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() method in CameraErrorCollector