Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java195 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() method in CameraErrorCollector
240 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() method in CameraErrorCollector
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1342 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()
1346 mCollector.expectNotEquals("Calibration Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
1348 mCollector.expectNotEquals("Calibration Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
1350 mCollector.expectNotEquals("Color Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
1352 mCollector.expectNotEquals("Color Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
DCaptureRequestTest.java1726 mCollector.expectNotEquals("Result for flashModeOff request null", in flashTurnOffTest()
1733 mCollector.expectNotEquals("Result for flashModeTorch request null", in flashTurnOffTest()
1780 mCollector.expectNotEquals("Invalid state " + flashState + " not in expected list" + in checkTorchTransitionStates()
DStillCaptureTest.java1311 mCollector.expectNotEquals("NeutralColorPoint cannot be all zeroes, ", empty, in verifyRawCaptureResult()
DCameraDeviceTest.java2055 mCollector.expectNotEquals("Number of metering region should not be 0", 0, regions.length); in checkMeteringRect()
DCameraExtensionSessionTest.java2036 mCollector.expectNotEquals("The reported extension type cannot be set to AUTO!", in onCaptureResultAvailable()