Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/people/widget/
H A DPeopleSpaceWidgetManagerTest.java660 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateNotificationPostedIfExistingTile()
719 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithoutContentPostedIfExistingTile()
743 assertThat(tile.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfExistingTile()
767 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
773 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()
802 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
807 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()
841 assertThat(tileWithMissedCallOrigin.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
847 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()
956 assertThat(tileNoNotification.getNotificationKey()).isNull(); in testDoNotUpdateMissedCallIfMatchingUriTileMissingReadContactsPermission()
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/app/people/
H A DPeopleSpaceTileTest.java331 assertThat(readTile.getNotificationKey()).isEqualTo(tile.getNotificationKey()); in testWriteThenReadFromParcel()
352 assertThat(tile.getNotificationKey()).isEqualTo("test"); in testNotificationKey()
/aosp14/frameworks/base/core/java/android/app/people/
H A DPeopleSpaceTile.java147 public String getNotificationKey() { in getNotificationKey() method in PeopleSpaceTile
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/people/
H A DPeopleSpaceUtils.java222 if (!TextUtils.isEmpty(tile.getNotificationKey())) { in removeNotificationFields()
H A DPeopleTileViewHelper.java275 if (mTile.getNotificationKey() != null) { in getViewForTile()
568 mTile.getNotificationKey()); in setLaunchIntents()