Home
last modified time | relevance | path

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

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DCameraErrorCollector.java68 public void addMessage(String message) { in addMessage() method in CameraErrorCollector
131 addMessage(msg); in expectTrue()
153 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectEquals()
171 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, expected, in expectNotEquals()
195 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectEquals()
220 addMessage(String.format("%s (expected = %s, actual = %s) ", msg, in expectNotEquals()
299 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
322 addMessage(String.format("%s (expected = %s, actual = %s, tolerance = %s) ", msg, in expectEquals()
603 addMessage(msg); in expectNull()
645 addMessage("Key " + key.getName() + " shouldn't be null"); in expectKeyValueNotNull()
[all …]
DStaticMetadata.java2411 mCollector.addMessage(failureCause); in failKeyCheck()
DCameraTestUtils.java1924 collector.addMessage("It is impossible to get non 0, 90, 180, 270 degress exif" + in getExifOrientationInDegree()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationTest.java245 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
249 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
251 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
262 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_data()
267 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_data()
281 .addMessage(new Notification.MessagingStyle.Message("a", 100, b))); in testMessagingChange_sender()
284 .addMessage(new Notification.MessagingStyle.Message("a", 100, a))); in testMessagingChange_sender()
297 .addMessage(new Notification.MessagingStyle.Message("a", 100, a))); in testMessagingChange_key()
300 .addMessage(new Notification.MessagingStyle.Message("a", 100, b))); in testMessagingChange_key()
309 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_ignoreTimeChange()
[all …]
DNotificationManagerServiceTest.java3155 .addMessage(message1) in updateUriPermissions_update()
3156 .addMessage(message2)); in updateUriPermissions_update()
3174 .setStyle(new Notification.MessagingStyle("").addMessage(message2)); in updateUriPermissions_update()
4547 .addMessage("Hello?", in testFlagBubbleNotifs_flag_messaging()
4549 .addMessage("Is it me you're looking for?", in testFlagBubbleNotifs_flag_messaging()
4718 .addMessage("Hello?", in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
4720 .addMessage("Is it me you're looking for?", in testFlagBubbleNotifs_noFlag_messaging_appNotAllowed()
4775 .addMessage("Hello?", in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
4777 .addMessage("Is it me you're looking for?", in testFlagBubbleNotifs_noFlag_messaging_channelNotAllowed()
5193 .addMessage("Hello?", in testNotificationBubbles_flagAutoExpandForeground_fails_notForeground()
[all …]
/frameworks/base/tools/incident_report/
Dgeneric_message.h58 GenericMessage* addMessage(int32_t fieldId);
Dgeneric_message.cpp46 GenericMessage::addMessage(int32_t fieldId) in addMessage() function in GenericMessage
Dmain.cpp58 GenericMessage* child = message->addMessage(fieldId); in read_length_delimited()
/frameworks/base/core/java/android/provider/
DTelephony.java609 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Inbox
630 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Inbox
671 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Sent
690 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Sent
718 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Draft
737 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Draft
784 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Outbox
805 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Outbox
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java473 messagingStyle.addMessage(parts[1], System.currentTimeMillis(), in doNotify()
476 messagingStyle.addMessage(parts[0], System.currentTimeMillis(), in doNotify()
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/stress/
DCamera2RecordingTest.java564 mCollector.addMessage("Video size " + videoSz.toString() + " for profile ID " + in videoSnapshotTestByCamera()
/frameworks/base/core/java/android/app/
DNotification.java7080 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) {
7081 return addMessage(text, timestamp,
7098 public MessagingStyle addMessage(@NonNull CharSequence text, long timestamp,
7100 return addMessage(new Message(text, timestamp, sender));
7112 public MessagingStyle addMessage(Message message) {
10123 public Builder addMessage(String message) { in addMessage() method in Notification.Builder.CarExtender.Builder
/frameworks/base/non-updatable-api/
Dcurrent.txt5609 method public android.app.Notification.CarExtender.Builder addMessage(String);
5657 …method @Deprecated public android.app.Notification.MessagingStyle addMessage(CharSequence, long, C…
5658 …method public android.app.Notification.MessagingStyle addMessage(@NonNull CharSequence, long, @Nul…
5659 …method public android.app.Notification.MessagingStyle addMessage(android.app.Notification.Messagin…
/frameworks/base/api/
Dcurrent.txt5609 method public android.app.Notification.CarExtender.Builder addMessage(String);
5657 …method @Deprecated public android.app.Notification.MessagingStyle addMessage(CharSequence, long, C…
5658 …method public android.app.Notification.MessagingStyle addMessage(@NonNull CharSequence, long, @Nul…
5659 …method public android.app.Notification.MessagingStyle addMessage(android.app.Notification.Messagin…
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt57179 Landroid/provider/Telephony$Sms$Outbox;->addMessage(ILandroid/content/ContentResolver;Ljava/lang/St…