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.java197 public <T> boolean expectNotEquals(String msg, T expected, T actual) { in expectNotEquals() method in CameraErrorCollector
242 public <T> boolean expectNotEquals(String msg, T[] expected, T[] actual) { in expectNotEquals() method in CameraErrorCollector
/cts/tests/camera/src/android/hardware/camera2/cts/
DExtendedCameraCharacteristicsTest.java1367 mCollector.expectNotEquals("Forward Matrix1 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()
1369 mCollector.expectNotEquals("Forward Matrix2 should not contain all zeroes.", zeroed, in testStaticRawCharacteristics()
1371 mCollector.expectNotEquals("Calibration Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
1373 mCollector.expectNotEquals("Calibration Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
1375 mCollector.expectNotEquals("Color Transform1 should not contain all zeroes.", in testStaticRawCharacteristics()
1377 mCollector.expectNotEquals("Color Transform2 should not contain all zeroes.", in testStaticRawCharacteristics()
DCaptureRequestTest.java1924 mCollector.expectNotEquals("Result for flashModeOff request null", in flashTurnOffTest()
1931 mCollector.expectNotEquals("Result for flashModeTorch request null", in flashTurnOffTest()
1978 mCollector.expectNotEquals("Invalid state " + flashState + " not in expected list" + in checkTorchTransitionStates()
DStillCaptureTest.java1352 mCollector.expectNotEquals("NeutralColorPoint cannot be all zeroes, ", empty, in verifyRawCaptureResult()
DCameraDeviceTest.java2064 mCollector.expectNotEquals("Number of metering region should not be 0", 0, regions.length); in checkMeteringRect()
DCameraExtensionSessionTest.java1909 mCollector.expectNotEquals("The reported extension type cannot be set to AUTO!", in onCaptureResultAvailable()