Searched refs:getNotificationKey (Results 1 – 5 of 5) sorted by relevance
660 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 …]
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()
275 if (mTile.getNotificationKey() != null) { in getViewForTile()568 mTile.getNotificationKey()); in setLaunchIntents()