Home | History | Annotate | Download | only in google_now

Lines Matching refs:Card

106 var DISMISS_CARD_TASK_NAME = 'dismiss-card';
172 // If a card update is requested while an old update is still scheduled, we
278 * @param {number|undefined} cardTypeId Card type ID.
283 'GoogleNow.Card.Clicked', cardTypeId);
289 * @param {number|undefined} cardTypeId Card type ID.
295 'GoogleNow.Card.Button.Clicked' + buttonIndex, cardTypeId);
348 * called when each card is shown.
386 * Removes all cards and card state on Google Now close down.
404 * Adds a card group into a set of combined cards.
406 * chromeNotificationId to a combined card.
409 * combined card set.
541 var card = response.notifications[i];
542 if (!(card.notificationId in updatedRecentDismissals)) {
543 var group = receivedGroups[card.groupName];
545 group.cards.push(card);
605 * @return {boolean} true if an explanatory card should be shown.
761 * Sends a server request to dismiss a card.
763 * the card.
764 * @param {number} dismissalTimeMs Time of the user's dismissal of the card in
767 * @return {Promise} A promise to request the card dismissal, rejects on error.
844 // Send dismissal for the first card, and if successful, repeat
891 * the card.
917 * the card.
924 // At this point we are guaranteed that the notification is a now card.