Home
last modified time | relevance | path

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

/device/google/atv/TvSampleLeanbackLauncher/src/main/java/com/example/sampleleanbacklauncher/apps/
DNotificationsLaunchItem.java11 private static final String ACTION_OPEN_NOTIFICATIONS = "com.android.tv.NOTIFICATIONS_PANEL"; field in NotificationsLaunchItem
20 super(context, new Intent(ACTION_OPEN_NOTIFICATIONS).setPackage(NOTIFICATIONS_PKG), in NotificationsLaunchItem()