Searched refs:tileWithSameUri (Results 1 – 1 of 1) sorted by relevance
785 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile() local786 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()787 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTile()819 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile() local820 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()821 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(null); in testRemoveMissedCallNotificationWithContentPostedIfMatchingUriTile()859 PeopleSpaceTile tileWithSameUri = mManager.mTiles.get(WIDGET_ID_WITH_SAME_URI); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender() local860 assertThat(tileWithSameUri.getNotificationKey()).isEqualTo(NOTIFICATION_KEY); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()861 assertThat(tileWithSameUri.getNotificationContent()).isEqualTo(NOTIFICATION_CONTENT_1); in testUpdateMissedCallNotificationWithContentPostedIfMatchingUriTileFromSender()