Home
last modified time | relevance | path

Searched defs:NOTIFICATION_CONTENT (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleTileViewHelperTest.java77 private static final String NOTIFICATION_CONTENT = "notification_content"; field in PeopleTileViewHelperTest
783 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
829 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
861 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
911 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
945 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplateTwoMessages() local
985 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplateTwoMessages() local
H A DPeopleSpaceUtilsTest.java96 private static final String NOTIFICATION_CONTENT = "notification_content"; field in PeopleSpaceUtilsTest