Searched refs:TvNotification (Results 1 – 5 of 5) sorted by relevance
/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/notifications/ |
D | NotificationsPanelAdapter.java | 95 boolean dismissible = mCursor.getInt(TvNotification.COLUMN_INDEX_DISMISSIBLE) != 0; in getItemViewType() 96 boolean ongoing = mCursor.getInt(TvNotification.COLUMN_INDEX_ONGOING) != 0; in getItemViewType() 111 String key = mCursor.getString(TvNotification.COLUMN_INDEX_KEY); in getItemId() 116 TvNotification notif = TvNotification.fromCursor(cursor); in onBindViewHolder() 125 public void setNotification(TvNotification notification) { in setNotification()
|
D | TvNotification.java | 9 public class TvNotification { class 62 public TvNotification(String key, String packageName, String title, String text, in TvNotification() method in TvNotification 144 public static TvNotification fromCursor(Cursor cursor) { in fromCursor() 165 return new TvNotification(key, packageName, title, text, dismissible, ongoing, in fromCursor()
|
D | NotificationPanelItemView.java | 60 private TvNotification mNotification; 131 public void setNotification(TvNotification notif) { in setNotification()
|
D | NotificationsSidePanelActivity.java | 84 TvNotification.PROJECTION, null, null, null); in onCreateLoader()
|
D | NotificationPanelDismissibleItemView.java | 156 public void setNotification(TvNotification notif) { in setNotification()
|