Searched refs:notif (Results 1 – 5 of 5) sorted by relevance
131 public void setNotification(TvNotification notif) { in setNotification() argument132 mNotification = notif; in setNotification()133 mNotificationKey = notif.getNotificationKey(); in setNotification()134 mTitle.setText(notif.getTitle()); in setNotification()135 mText.setText(notif.getText()); in setNotification()136 if (!TextUtils.isEmpty(notif.getTitle())) { in setNotification()137 if (!TextUtils.isEmpty(notif.getText())) { in setNotification()141 String.format(formatting, notif.getTitle(), notif.getText())); in setNotification()143 mMainContentText.setContentDescription(notif.getTitle()); in setNotification()146 mMainContentText.setContentDescription(notif.getText()); in setNotification()[all …]
156 public void setNotification(TvNotification notif) { in setNotification() argument157 super.setNotification(notif); in setNotification()158 mDismissText.setText(notif.getDismissButtonLabel()); in setNotification()
116 TvNotification notif = TvNotification.fromCursor(cursor); in onBindViewHolder() local117 viewHolder.setNotification(notif); in onBindViewHolder()
3602 pnv_phb4_xive_notify(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx643604 pnv_phb4_xive_notify_abt(uint64_t notif_port, uint64_t data) "notif=@0x%"PRIx64" data=0x%"PRIx64