Searched refs:getNotificationKey (Results 1 – 5 of 5) sorted by relevance
673 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 …]
331 assertThat(readTile.getNotificationKey()).isEqualTo(tile.getNotificationKey()); in testWriteThenReadFromParcel()352 assertThat(tile.getNotificationKey()).isEqualTo("test"); in testNotificationKey()
147 public String getNotificationKey() { in getNotificationKey() method in PeopleSpaceTile
222 if (!TextUtils.isEmpty(tile.getNotificationKey())) { in removeNotificationFields()
281 if (mTile.getNotificationKey() != null) { in getViewForTile()574 mTile.getNotificationKey()); in setLaunchIntents()