Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
DPeopleSpaceWidgetManagerTest.java673 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateNotificationPostedIfExistingTile()
732 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()
756 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()
780 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
786 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
815 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
820 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
854 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
860 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
899 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testDoNotUpdateMissedCallNotificationWithContentPostedIfNoPersonsAttached()
[all …]
/frameworks/base/core/tests/coretests/src/android/app/people/
DPeopleSpaceTileTest.java331 assertThat(readTile.getNotificationKey()).isEqualTo(tile.getNotificationKey()); in testWriteThenReadFromParcel()
352 assertThat(tile.getNotificationKey()).isEqualTo("test"); in testNotificationKey()
/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java147 public String getNotificationKey() { in getNotificationKey() method in PeopleSpaceTile
/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
DPeopleSpaceUtils.java222 if (!TextUtils.isEmpty(tile.getNotificationKey())) { in removeNotificationFields()
DPeopleTileViewHelper.java281 if (mTile.getNotificationKey() != null) { in getViewForTile()
574 mTile.getNotificationKey()); in setLaunchIntents()