Home
last modified time | relevance | path

Searched refs: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
109 .setNotificationContent(NOTIFICATION_CONTENT)
118 .setNotificationContent(NOTIFICATION_CONTENT)
809 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
811 R.string.new_notification_text_content_description, NAME, NOTIFICATION_CONTENT)); in testCreateRemoteViewsWithNotificationTemplate()
828 NOTIFICATION_CONTENT)); in testCreateRemoteViewsWithNotificationTemplate()
855 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationTemplate() local
857 R.string.new_notification_text_content_description, NAME, NOTIFICATION_CONTENT)); in testCreateRemoteViewsWithNotificationTemplate()
887 assertEquals(statusContent.getText(), NOTIFICATION_CONTENT); in testCreateRemoteViewsWithNotificationWithSenderTemplate() local
889 R.string.new_notification_text_content_description, SENDER, NOTIFICATION_CONTENT)); in testCreateRemoteViewsWithNotificationWithSenderTemplate()
[all …]
DPeopleSpaceUtilsTest.java95 private static final String NOTIFICATION_CONTENT = "notification_content"; field in PeopleSpaceUtilsTest
118 .setNotificationContent(NOTIFICATION_CONTENT)
/frameworks/base/tests/InputMethodStressTest/src/com/android/inputmethod/stresstest/
DNotificationTest.java73 private static final String NOTIFICATION_CONTENT = "Test notification content"; field in NotificationTest
159 .setContentText(NOTIFICATION_CONTENT) in postMessagingNotification()