Home
last modified time | relevance | path

Searched refs:getNotificationContent (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java662 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 …]
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/
H A DPeopleSpaceUtilsTest.java255 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()
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java332 assertThat(readTile.getNotificationContent()).isEqualTo(tile.getNotificationContent()); in testWriteThenReadFromParcel()
362 assertThat(tile.getNotificationContent()).isEqualTo("test"); in testNotificationContent()
/aosp14/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java151 public CharSequence getNotificationContent() { in getNotificationContent() method in PeopleSpaceTile
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleTileViewHelper.java671 CharSequence content = mTile.getNotificationContent(); in createMissedCallRemoteViews()
721 CharSequence content = mTile.getNotificationContent(); in createNotificationRemoteViews()
726 views.setTextViewText(R.id.text_content, mTile.getNotificationContent()); in createNotificationRemoteViews()