Home
last modified time | relevance | path

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

/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DCameraErrorCollector.java62 public void addMessage(String message) { in addMessage() method in CameraErrorCollector
125 addMessage(msg); in expectTrue()
147 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectEquals()
165 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectNotEquals()
189 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectEquals()
214 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectNotEquals()
293 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
316 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
589 addMessage(msg); in expectNull()
631 addMessage("Key " + key.getName() + " shouldn't be null"); in expectKeyValueNotNull()
[all …]
DStaticMetadata.java2518 mCollector.addMessage(failureCause); in failKeyCheck()
/cts/tests/camera/src/android/hardware/camera2/cts/
DStaticMetadataTest.java201 mCollector.addMessage(String.format( in validateRequestKeysPresence()
232 mCollector.addMessage(String.format( in validateResultKeysPresence()
265 mCollector.addMessage(String.format( in validateCharacteristicsKeysPresence()
466 mCollector.addMessage(String.format( in validateCapability()
475 mCollector.addMessage(String.format( in validateCapability()
523 mCollector.addMessage(String.format( in validateRawCapability()
DCameraDeviceTest.java1464 mCollector.addMessage( in invalidRequestCaptureTestByCamera()
1474 mCollector.addMessage("Session capture should throw " + in invalidRequestCaptureTestByCamera()
1483 mCollector.addMessage("Session setRepeatingRequest should throw " + in invalidRequestCaptureTestByCamera()
1493 mCollector.addMessage("Capture zero burst should throw IllegalArgumentException " + in invalidRequestCaptureTestByCamera()
1502 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera()
1511 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera()
1530 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
1539 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
1549 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera()
1907 mCollector.addMessage(String.format("Unable to find the fps range (%d, %d)", in checkFpsRange()
[all …]
DRobustnessTest.java1131 mCollector.addMessage(String.format("Invalid OIS mode: %d", oisMode)); in testOisDataMode()
1697 mCollector.addMessage(String.format("Reprocess stream combination %s failed due to: %s", in testReprocessStreamCombination()
1793 mCollector.addMessage(String.format("Output combination %s failed due to: %s", in testSingleCameraOutputCombination()
1802 mCollector.addMessage( in testSingleCameraOutputCombination()
1903 mCollector.addMessage(String.format("Output combination %s failed due to: %s", in testMultiCameraOutputCombination()
1912 mCollector.addMessage( in testMultiCameraOutputCombination()
DCaptureResultTest.java248 mCollector.addMessage("Listener received multiple onCaptureComplete" + in testPartialResult()
252 mCollector.addMessage("Listener received onCaptureStart or" + in testPartialResult()
DCaptureRequestTest.java1531 mCollector.addMessage(String.format("Result exposure time %dns diverges too much" in verifyAntiBandingMode()
2739 mCollector.addMessage(String.format(
DRecordingTest.java1167 mCollector.addMessage("Video size " + videoSz.toString() + " for profile ID " + in videoSnapshotTestByCamera()
DExtendedCameraCharacteristicsTest.java540 mCollector.addMessage( in testStaticRawCharacteristics()
/cts/tests/app/src/android/app/cts/
DNotificationTest.java317 .addMessage("text", 0, participant)
318 .addMessage(new Message("text 2", 0, participant));
340 .addMessage("text", 0, "sender")
341 .addMessage(new Message("image", 0, "sender")
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/
DNotificationListenerVerifierActivity.java1281 style.addMessage(msg1); in sendMessagingNotification()
1282 style.addMessage(msg2); in sendMessagingNotification()
/cts/tests/camera/utils/src/android/hardware/camera2/cts/
DCameraTestUtils.java2096 collector.addMessage("It is impossible to get non 0, 90, 180, 270 degress exif" + in getExifOrientationInDegree()