Searched refs:getNotificationContent (Results 1 – 5 of 5) sorted by relevance
644 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateNotificationPostedIfExistingTile()702 assertThat(tile.getNotificationContent()) in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()726 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()750 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()756 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()785 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()790 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()824 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()830 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()869 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()[all …]
260 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotification()300 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_2); in testAugmentTileFromNotificationGroupWithSender()333 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_1); in testAugmentTileFromNotificationGroupWithImageUri()366 assertThat(actual.getNotificationContent().toString()).isEqualTo(NOTIFICATION_TEXT_1); in testAugmentTileFromNotificationGroupWithAudioUri()384 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
669 CharSequence content = mTile.getNotificationContent(); in createMissedCallRemoteViews()719 CharSequence content = mTile.getNotificationContent(); in createNotificationRemoteViews()724 views.setTextViewText(R.id.text_content, mTile.getNotificationContent()); in createNotificationRemoteViews()