Searched refs:getNotificationContent (Results 1 – 5 of 5) sorted by relevance
662 assertThat(tile.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateNotificationPostedIfExistingTile()720 assertThat(tile.getNotificationContent()) in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()768 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()808 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()842 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()887 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()919 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testDoNotUpdateMissedCallNotificationWithContentPostedIfNotMatchingUriTile()950 assertThat(tileWithMissedCallOrigin.getNotificationContent()).isEqualTo( in testDoNotUpdateMissedCallIfMatchingUriTileMissingReadContactsPermission()980 assertThat(tile.getNotificationContent()).isEqualTo(null); in testUpdateNotificationRemovedIfExistingTile()1225 assertThat(actual.getNotificationContent()).isEqualTo(null); in testAugmentTileFromNotificationsDifferentShortcutId()[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
671 CharSequence content = mTile.getNotificationContent(); in createMissedCallRemoteViews()721 CharSequence content = mTile.getNotificationContent(); in createNotificationRemoteViews()726 views.setTextViewText(R.id.text_content, mTile.getNotificationContent()); in createNotificationRemoteViews()