Home
last modified time | relevance | path

Searched refs:NOTIFICATION_TEXT_2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DNotificationHelperTest.java62 private static final String NOTIFICATION_TEXT_2 = "notification_text_2"; field in NotificationHelperTest
80 NOTIFICATION_TEXT_2, 20, PERSON))
167 assertThat(messages.get(0).getText().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testGetMessagingStyleMessages()
DPeopleSpaceUtilsTest.java98 private static final String NOTIFICATION_TEXT_2 = "notification_text_2"; field in PeopleSpaceUtilsTest
140 NOTIFICATION_TEXT_2, 20, PERSON))
255 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotification()
272 NOTIFICATION_TEXT_2, 20, PERSON)) in testAugmentTileFromNotificationGroupWithSender()
295 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotificationGroupWithSender()