Home
last modified time | relevance | path

Searched refs:mNotificationKey (Results 1 – 3 of 3) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/
DNotificationPanelItemView.java59 protected String mNotificationKey; field in NotificationPanelItemView
124 if (mNotificationKey != null) { in onFinishInflate()
125 NotificationsUtils.openNotification(view.getContext(), mNotificationKey); in onFinishInflate()
133 mNotificationKey = notif.getNotificationKey(); in setNotification()
DTvNotification.java46 private String mNotificationKey; field in TvNotification
66 mNotificationKey = key; in TvNotification()
84 return mNotificationKey; in getNotificationKey()
DNotificationPanelDismissibleItemView.java108 NotificationsUtils.dismissNotification(getContext(), mNotificationKey); in onFinishInflate()
135 if (mNotificationKey != null) { in onFinishInflate()