Searched refs:getNotificationContent (Results 1 – 5 of 5) sorted by relevance
675 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateNotificationPostedIfExistingTile()733 assertThat(tile.getNotificationContent()) in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()757 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()781 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()787 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()816 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()821 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()855 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()861 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()900 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()[all …]
255 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotification()295 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotificationGroupWithSender()328 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_1); in testAugmentTileFromNotificationGroupWithImageUri()361 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_1); in testAugmentTileFromNotificationGroupWithAudioUri()379 assertThat(actual.getNotificationContent()).isEqualTo(null); in testAugmentTileFromNotificationNoContent()
332 assertThat(readTile.getNotificationContent()).isEqualTo(tile.getNotificationContent()); in testWriteThenReadFromParcel()362 assertThat(tile.getNotificationContent()).isEqualTo("test"); in testNotificationContent()
151 public CharSequence getNotificationContent() { in getNotificationContent() method in PeopleSpaceTile
677 CharSequence content = mTile.getNotificationContent(); in createMissedCallRemoteViews()727 CharSequence content = mTile.getNotificationContent(); in createNotificationRemoteViews()732 views.setTextViewText(R.id.text_content, mTile.getNotificationContent()); in createNotificationRemoteViews()