Home
last modified time | relevance | path

Searched refs:NotificationsLaunchItem (Results 1 – 2 of 2) sorted by relevance

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DNotificationsLaunchItem.java10 public class NotificationsLaunchItem extends LaunchItem { class
19 public NotificationsLaunchItem(Context context) { in NotificationsLaunchItem() method in NotificationsLaunchItem
DLaunchItemsManager.java85 private NotificationsLaunchItem mNotifsLaunchItem;
273 mNotifsLaunchItem = new NotificationsLaunchItem(this); in updateSettingsList()