Home
last modified time | relevance | path

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

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