/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | CameraErrorCollector.java | 68 public void addMessage(String message) { in addMessage() method in CameraErrorCollector 138 addMessage(msg); in expectTrue() 178 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectEquals() 197 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectNotEquals() 221 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectEquals() 246 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectNotEquals() 281 addMessage(String.format("%s (%s missing in %s)", in expectContainsAll() 357 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals() 380 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals() 656 addMessage(msg); in expectNull() [all …]
|
/cts/tests/app/app/src/android/app/stubs/ |
D | BubblesTestService.java | 73 .addMessage("Hello?", in getNotificationForTest() 75 .addMessage("Is it me you're looking for?", in getNotificationForTest()
|
D | SendBubbleActivity.java | 112 .addMessage("Hello?", in sendBubble() 114 .addMessage("Is it me you're looking for?", in sendBubble()
|
/cts/tests/tests/notification/src/android/app/notification/current/cts/ |
D | NotificationCarExtenderTest.java | 73 .addMessage("testMessage") in testCarExtender() 93 .addMessage("testMessage") in testCarExtender_extend() 137 .addMessage(testMessage) in testCarExtender_UnreadConversationAndBuilder()
|
D | PeopleManagerTest.java | 187 .addMessage("Hello?", in getConversationNotification() 189 .addMessage("Is it me you're looking for?", in getConversationNotification()
|
D | NotificationTest.java | 386 .addMessage("text", 0, participant) 387 .addMessage(new Message("text 2", 0, participant)); 408 .addMessage("text", 0, "sender") 409 .addMessage(new Message("image", 0, "sender") 984 .addMessage(firstExpectedMessage) in testGetMessagesFromBundleArray() 985 .addMessage(secondExpectedMessage); in testGetMessagesFromBundleArray() 1021 .addMessage(new Message("image", 0, "sender") in testHasImage_messagingStyle()
|
D | BaseNotificationManagerTest.java | 274 .addMessage("Hello?", in getConversationNotification() 276 .addMessage("Is it me you're looking for?", in getConversationNotification()
|
D | SensitiveNotificationRedactionTest.kt | 223 addMessage(message) in testMessagesRedacted() 224 addMessage(message) in testMessagesRedacted()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | StaticMetadataTest.java | 218 mCollector.addMessage(String.format( in validateRequestKeysPresence() 249 mCollector.addMessage(String.format( in validateResultKeysPresence() 282 mCollector.addMessage(String.format( in validateCharacteristicsKeysPresence() 514 mCollector.addMessage(String.format( in validateCapability() 523 mCollector.addMessage(String.format( in validateCapability() 575 mCollector.addMessage(String.format( in validateRawCapability()
|
D | ConcurrentCameraTest.java | 264 mCollector.addMessage(String.format( in testMandatoryConcurrentStreamCombination() 305 mCollector.addMessage(String.format( in testMandatoryConcurrentStreamCombination() 323 mCollector.addMessage( in testMandatoryConcurrentStreamCombination()
|
D | CameraDeviceTest.java | 1509 mCollector.addMessage( in invalidRequestCaptureTestByCamera() 1519 mCollector.addMessage("Session capture should throw " + in invalidRequestCaptureTestByCamera() 1528 mCollector.addMessage("Session setRepeatingRequest should throw " + in invalidRequestCaptureTestByCamera() 1538 mCollector.addMessage("Capture zero burst should throw IllegalArgumentException " + in invalidRequestCaptureTestByCamera() 1547 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera() 1556 mCollector.addMessage("Session captureBurst should throw " + in invalidRequestCaptureTestByCamera() 1575 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera() 1584 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera() 1594 mCollector.addMessage("Session setRepeatingBurst should throw " + in invalidRequestCaptureTestByCamera() 1956 mCollector.addMessage(String.format("Unable to find the fps range (%d, %d)", in checkFpsRange() [all …]
|
D | FeatureCombinationTest.java | 239 mCollector.addMessage(String.format( in testIsSessionConfigurationSupported() 250 mCollector.addMessage(String.format( in testIsSessionConfigurationSupported() 458 mCollector.addMessage(String.format( in testVPerfClassCombination()
|
D | MultiResolutionImageReaderTest.java | 335 mCollector.addMessage( in testMultiResolutionMandatoryStreamCombination() 346 mCollector.addMessage( in testMultiResolutionMandatoryStreamCombination()
|
D | RobustnessTest.java | 460 mCollector.addMessage("No capture failures expected, but there was a failure"); in testMandatoryOutputCombinationWithPresetKeys() 464 mCollector.addMessage( in testMandatoryOutputCombinationWithPresetKeys() 475 mCollector.addMessage( in testMandatoryOutputCombinationWithPresetKeys() 490 mCollector.addMessage("SCALER_RAW_CROP_REGION should not be null " + in validateResultMandatoryConditions() 495 mCollector.addMessage("RAW_CROP_REGION dimensions should be <= pre correction" in validateResultMandatoryConditions() 652 mCollector.addMessage(String.format("Mandatory stream combination: %s failed due: %s", in testMandatoryStreamCombination() 661 mCollector.addMessage( in testMandatoryStreamCombination() 829 mCollector.addMessage( in testMandatory10BitStreamCombination() 1084 mCollector.addMessage(String.format("Reprocess stream combination %s failed due to: %s", in testMandatoryReprocessableStreamCombination() 2027 mCollector.addMessage(String.format("Invalid OIS mode: %d", oisMode)); in testOisDataMode()
|
D | CaptureResultTest.java | 252 mCollector.addMessage("Listener received multiple onCaptureComplete" + in testPartialResult() 256 mCollector.addMessage("Listener received onCaptureStart or" + in testPartialResult()
|
D | CameraExtensionSessionTest.java | 1998 mCollector.addMessage("Capture progress invalid value: " + progress); in onCaptureProcessProgressed() 2002 mCollector.addMessage("Unexpected progress value: " + progress + in onCaptureProcessProgressed() 2017 mCollector.addMessage("Capture results not supported, but " + in onCaptureResultAvailable() 2115 mCollector.addMessage("Unexpected flash state: " + flashState); in onCaptureResultAvailable() 2159 mCollector.addMessage("Unexpected AE state: " + aeState); in onCaptureResultAvailable()
|
D | CameraDeviceSetupTest.java | 597 mCollector.addMessage(String.format( in testFeatureCombinationQueryConsistencyByCamera()
|
D | MultiResolutionReprocessCaptureTest.java | 457 mCollector.addMessage( in testMultiResolutionMandatoryStreamCombination()
|
D | CaptureRequestTest.java | 2007 mCollector.addMessage(String.format("Result exposure time %dns diverges too much" in verifyAntiBandingMode() 3786 mCollector.addMessage(String.format(
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/notifications/ |
D | NotificationListenerVerifierActivity.java | 366 .addMessage("hey how is it goin", 0, "Person 1") in setUp() 367 .addMessage("hey", 0, "Person 1") in setUp() 368 .addMessage("u there", 0, "Person 1") in setUp() 369 .addMessage("how you like tHIS", 0, "Person 1") in setUp() 370 .addMessage(sb.toString(), 0, "Person 1")); in setUp() 1720 style.addMessage(msg1); in sendMessagingNotification() 1721 style.addMessage(msg2); in sendMessagingNotification() 1854 .addMessage( in sendNotifications() 1858 .addMessage( in sendNotifications()
|
D | NotificationHidingVerifierActivity.kt | 221 .addMessage( in <lambda>()
|
D | BubblesVerifierActivity.java | 1111 .addMessage(content, in getConversationNotif()
|
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21144/src/android/security/cts/CVE_2023_21144/ |
D | DeviceTest.java | 88 MessagingStyle messagingStyle = new MessagingStyle(person).addMessage(message); in testPocCVE_2023_21144()
|
/cts/tests/sensitivecontentprotection/src/android/sensitivecontentprotection/cts/ |
D | SensitiveNotificationAppHidingTest.kt | 86 val style = Notification.MessagingStyle(empty).apply { addMessage(message) } in <lambda>()
|
/cts/tests/tests/notificationlegacy/notificationlegacy29/src/android/app/notification/legacy29/cts/ |
D | NotificationAssistantServiceTest.java | 694 .addMessage("Hello?", in sendConversationNotification() 696 .addMessage("Is it me you're looking for?", in sendConversationNotification()
|