Home
last modified time | relevance | path

Searched refs:PERSON (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java65 private static final Person PERSON = new Person.Builder() field in NotificationHelperTest
76 .setStyle(new Notification.MessagingStyle(PERSON)
78 NOTIFICATION_TEXT_1, 0, PERSON))
80 NOTIFICATION_TEXT_2, 20, PERSON))
82 NOTIFICATION_TEXT_3, 10, PERSON))
90 .setStyle(new Notification.MessagingStyle(PERSON)
92 NOTIFICATION_TEXT_1, 0, PERSON))
100 .setStyle(new Notification.MessagingStyle(PERSON))
108 .setStyle(new Notification.MessagingStyle(PERSON))
211 NOTIFICATION_TEXT_3, 10, PERSON); in testGetSenderIfGroupConversation_notGroup()
[all …]
DPeopleSpaceUtilsTest.java106 private static final Person PERSON = new Person.Builder() field in PeopleSpaceUtilsTest
126 NAME).setPerson(PERSON)
136 .setStyle(new Notification.MessagingStyle(PERSON)
138 NOTIFICATION_TEXT_1, 0, PERSON))
140 NOTIFICATION_TEXT_2, 20, PERSON))
142 NOTIFICATION_TEXT_3, 10, PERSON))
149 .setStyle(new Notification.MessagingStyle(PERSON)
151 NOTIFICATION_TEXT_4, 0, PERSON))
158 .setStyle(new Notification.MessagingStyle(PERSON))
267 .setStyle(new Notification.MessagingStyle(PERSON) in testAugmentTileFromNotificationGroupWithSender()
[all …]
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DShortcutHelperTest.java68 private static final Person PERSON = mock(Person.class); field in ShortcutHelperTest
312 when(si.getPersons()).thenReturn(new Person[]{PERSON}); in testGetValidShortcutInfo_isValid()
333 when(si.getPersons()).thenReturn(new Person[]{PERSON}); in testGetValidShortcutInfo_isValidButUserLocked()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java176 private static final Person PERSON = new Person.Builder() field in PeopleSpaceWidgetManagerTest
442 .setStyle(new Notification.MessagingStyle(PERSON) in testDoNotUpdateAppWidgetIfNoShortcutInfo()
443 .addMessage(new Notification.MessagingStyle.Message("text3", 10, PERSON)) in testDoNotUpdateAppWidgetIfNoShortcutInfo()
1669 .setLongLabel("name").setPerson(PERSON).build(); in getConversationWithShortcutId()
1679 person.add(PERSON); in createMessagingStyleNotification()
1687 builder.setStyle(new Notification.MessagingStyle(PERSON) in createMessagingStyleNotification()
1690 PERSON)) in createMessagingStyleNotification()
1706 builder.setStyle(new Notification.MessagingStyle(PERSON) in createMessagingStyleNotificationWithoutExtras()
1709 PERSON)) in createMessagingStyleNotificationWithoutExtras()
/frameworks/base/core/java/android/provider/
DTelephony.java235 public static final String PERSON = "person"; field
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt25794 field public static final java.lang.String PERSON = "person";
/frameworks/base/core/api/
Dcurrent.txt38053 field public static final String PERSON = "person";