Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
DPeopleTileViewHelperTest.java82 private static final String NOTIFICATION_CONTENT = "notification_content"; field in PeopleTileViewHelperTest
809 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
855 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
887 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
937 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
971 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplateTwoMessages() local
1011 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplateTwoMessages() local
DPeopleSpaceUtilsTest.java95 private static final String NOTIFICATION_CONTENT = "notification_content"; field in PeopleSpaceUtilsTest
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java73 private static final String NOTIFICATION_CONTENT = "Test notification content"; field in NotificationTest