Home
last modified time | relevance | path

Searched refs:getMessagingStyleMessages (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DNotificationHelper.java83 getMessagingStyleMessages(n1);
85 getMessagingStyleMessages(n2);
119 getMessagingStyleMessages(e.getSbn().getNotification()); in hasContent()
178 getMessagingStyleMessages(sbn.getNotification()); in getContactUri()
196 public static List<Notification.MessagingStyle.Message> getMessagingStyleMessages( in getMessagingStyleMessages() method in NotificationHelper
DPeopleSpaceUtils.java20 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
197 getMessagingStyleMessages(notification); in getMessagesCount()
258 getMessagingStyleMessages(notification); in augmentTileFromNotification()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java21 import static com.android.systemui.people.NotificationHelper.getMessagingStyleMessages;
152 getMessagingStyleMessages(sbn.getNotification()); in testGetMessagingStyleMessagesNoMessage()
164 getMessagingStyleMessages(sbn.getNotification()); in testGetMessagingStyleMessages()