Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java77 .addMessage(new Notification.MessagingStyle.Message(
79 .addMessage(new Notification.MessagingStyle.Message(
81 .addMessage(new Notification.MessagingStyle.Message(
91 .addMessage(new Notification.MessagingStyle.Message(
216 .setStyle(new Notification.MessagingStyle(PERSON).addMessage(message)) in testGetSenderIfGroupConversation_notGroup()
234 .addMessage(message)) in testGetSenderIfGroupConversation_group()
251 .setStyle(new Notification.MessagingStyle(PERSON).addMessage(message)) in testGetSenderIfGroupConversation_groupNoName()
DPeopleSpaceUtilsTest.java138 .addMessage(new Notification.MessagingStyle.Message(
140 .addMessage(new Notification.MessagingStyle.Message(
142 .addMessage(new Notification.MessagingStyle.Message(
151 .addMessage(new Notification.MessagingStyle.Message(
274 .addMessage(new Notification.MessagingStyle.Message( in testAugmentTileFromNotificationGroupWithSender()
276 .addMessage(new Notification.MessagingStyle.Message( in testAugmentTileFromNotificationGroupWithSender()
278 .addMessage(new Notification.MessagingStyle.Message( in testAugmentTileFromNotificationGroupWithSender()
311 .addMessage(new Notification.MessagingStyle.Message( in testAugmentTileFromNotificationGroupWithImageUri()
344 .addMessage(new Notification.MessagingStyle.Message( in testAugmentTileFromNotificationGroupWithAudioUri()
/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.java162 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
166 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
168 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_text()
179 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_data()
184 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_data()
198 .addMessage(new Notification.MessagingStyle.Message("a", 100, b))); in testMessagingChange_sender()
201 .addMessage(new Notification.MessagingStyle.Message("a", 100, a))); in testMessagingChange_sender()
214 .addMessage(new Notification.MessagingStyle.Message("a", 100, a))); in testMessagingChange_key()
217 .addMessage(new Notification.MessagingStyle.Message("a", 100, b))); in testMessagingChange_key()
226 .addMessage(new Notification.MessagingStyle.Message( in testMessagingChange_ignoreTimeChange()
[all …]
DBubbleExtractorTest.java121 .addMessage("Hello?", in getNotificationRecord()
123 .addMessage("Is it me you're looking for?", in getNotificationRecord()
DNotificationManagerServiceTest.java863 .addMessage("Hello?", in getMessageStyleNotifBuilder()
865 .addMessage("Is it me you're looking for?", in getMessageStyleNotifBuilder()
4076 .addMessage(message1) in updateUriPermissions_update()
4077 .addMessage(message2)); in updateUriPermissions_update()
4096 .setStyle(new Notification.MessagingStyle("").addMessage(message2)); in updateUriPermissions_update()
4136 .addMessage(message1)); in updateUriPermissions_posterDoesNotOwnUri()
/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.java622 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Inbox
643 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Inbox
684 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Sent
703 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Sent
731 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Draft
750 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Draft
797 public static Uri addMessage(ContentResolver resolver, in addMessage() method in Telephony.Sms.Outbox
818 public static Uri addMessage(int subId, ContentResolver resolver, in addMessage() method in Telephony.Sms.Outbox
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/icon/
DIconManagerTest.kt180 .addMessage(Notification.MessagingStyle.Message( in notificationEntry()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationShellCmd.java613 messagingStyle.addMessage(parts[1], System.currentTimeMillis(), in doNotify()
616 messagingStyle.addMessage(parts[0], System.currentTimeMillis(), in doNotify()
/frameworks/base/core/java/android/view/
DScrollCaptureResponse.java334 public @NonNull Builder addMessage(@NonNull String value) { in addMessage() method in ScrollCaptureResponse.Builder
DViewRootImpl.java9501 response.addMessage(writer.toString()); in dispatchScrollCaptureSearchResponse()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java431 .addMessage(new Notification.MessagingStyle.Message("text3", 10, PERSON)) in testDoNotUpdateAppWidgetIfNoShortcutInfo()
846 .addMessage( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()
1618 .addMessage( in createMessagingStyleNotification()
1637 .addMessage( in createMessagingStyleNotificationWithoutExtras()
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
DCat.java279 .addMessage(mFirstMessage, System.currentTimeMillis(), createPerson())
/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.java7859 public MessagingStyle addMessage(CharSequence text, long timestamp, CharSequence sender) { in addMessage() method in Notification.Builder.MessagingStyle
7860 return addMessage(text, timestamp, in addMessage()
7877 public MessagingStyle addMessage(@NonNull CharSequence text, long timestamp, in addMessage() method in Notification.Builder.MessagingStyle
7879 return addMessage(new Message(text, timestamp, sender)); in addMessage()
7891 public MessagingStyle addMessage(Message message) { in addMessage() method in Notification.Builder.MessagingStyle
11659 public Builder addMessage(String message) { in addMessage() method in Notification.Builder.CarExtender.Builder
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DNotificationConversationInfoTest.java204 .addMessage(new Notification.MessagingStyle.Message( in setUp()
/frameworks/base/core/api/
Dcurrent.txt6004 method public android.app.Notification.CarExtender.Builder addMessage(String);
6052 …method @Deprecated public android.app.Notification.MessagingStyle addMessage(CharSequence, long, C…
6053 …method public android.app.Notification.MessagingStyle addMessage(@NonNull CharSequence, long, @Nul…
6054 …method public android.app.Notification.MessagingStyle addMessage(android.app.Notification.Messagin…
/frameworks/base/boot/
Dboot-image-profile.txt2176 HSPLandroid/app/Notification$MessagingStyle;->addMessage(Landroid/app/Notification$MessagingStyle$M…
/frameworks/base/config/
Dboot-image-profile.txt2176 HSPLandroid/app/Notification$MessagingStyle;->addMessage(Landroid/app/Notification$MessagingStyle$M…
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt46590 Landroid/provider/Telephony$Sms$Outbox;->addMessage(ILandroid/content/ContentResolver;Ljava/lang/St…