Searched refs:NOTIFICATION_CONTENT_1 (Results 1 – 1 of 1) sorted by relevance
172 private static final String NOTIFICATION_CONTENT_1 = "message text 1"; field in PeopleSpaceWidgetManagerTest188 .setNotificationContent(NOTIFICATION_CONTENT_1)675 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateNotificationPostedIfExistingTile()757 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()782 NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()787 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()856 NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()861 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()878 new Notification.MessagingStyle.Message(NOTIFICATION_CONTENT_1, 10, in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()901 NOTIFICATION_CONTENT_1); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()[all …]