Home
last modified time | relevance | path

Searched refs:addMessage (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/hardware/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java64 public void addMessage(String message) { in addMessage() method in CameraErrorCollector
127 addMessage(msg); in expectTrue()
149 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectEquals()
167 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectNotEquals()
191 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectEquals()
216 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectNotEquals()
295 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
318 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
599 addMessage(msg); in expectNull()
641 addMessage("Key " + key.getName() + " shouldn't be null"); in expectKeyValueNotNull()
[all …]
DStaticMetadata.java2368 mCollector.addMessage(failureCause); in failKeyCheck()
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/
DStaticMetadataTest.java181 mCollector.addMessage(String.format( in validateRequestKeysPresence()
212 mCollector.addMessage(String.format( in validateResultKeysPresence()
245 mCollector.addMessage(String.format( in validateCharacteristicsKeysPresence()
440 mCollector.addMessage(String.format( in validateCapability()
449 mCollector.addMessage(String.format( in validateCapability()
501 mCollector.addMessage(String.format( in validateRawCapability()
DCameraDeviceTest.java869 mCollector.addMessage( in invalidRequestCaptureTestByCamera()
879 mCollector.addMessage("Session capture should throw " + in invalidRequestCaptureTestByCamera()
888 mCollector.addMessage("Session setRepeatingRequest should throw " + in invalidRequestCaptureTestByCamera()
898 mCollector.addMessage("Capture zero burst should throw IllegalArgumentException " + in invalidRequestCaptureTestByCamera()
907 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera()
916 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera()
935 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
944 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
954 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
1241 mCollector.addMessage(String.format("Unable to find the fps range (%d, %d)", in checkFpsRange()
[all …]
DCaptureResultTest.java249 mCollector.addMessage("Listener received multiple onCaptureComplete" + in testPartialResult()
253 mCollector.addMessage("Listener received onCaptureStart or" + in testPartialResult()
DRobustnessTest.java1316 mCollector.addMessage(String.format("Reprocess stream combination %s failed due to: %s", in testReprocessStreamCombination()
1398 mCollector.addMessage(String.format("Output combination %s failed due to: %s", in testOutputCombination()
1407 mCollector.addMessage( in testOutputCombination()
DCaptureRequestTest.java1066 mCollector.addMessage(String.format("Result exposure time %dns diverges too much" in verifyAntiBandingMode()
2201 mCollector.addMessage(String.format(
DRecordingTest.java805 mCollector.addMessage("Video size " + videoSz.toString() + " for profile ID " + in videoSnapshotTestByCamera()
DExtendedCameraCharacteristicsTest.java467 mCollector.addMessage( in testStaticRawCharacteristics()
DCameraTestUtils.java1824 collector.addMessage("It is impossible to get non 0, 90, 180, 270 degress exif" + in getExifOrientationInDegree()