Home
last modified time | relevance | path

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

/packages/apps/TvSystemUI/src/com/android/systemui/tv/notifications/
DTvNotificationsModule.kt30 @ClassKey(TvNotificationPanelActivity::class)
31 fun bindTvNotificationPanelActivity(activity: TvNotificationPanelActivity): Activity
DTvNotificationPanelActivity.java42 public class TvNotificationPanelActivity extends Activity implements class
52 public TvNotificationPanelActivity(TvNotificationHandler tvNotificationHandler) { in TvNotificationPanelActivity() method in TvNotificationPanelActivity
DTvNotificationPanel.java94 Intent intent = new Intent(mContext, TvNotificationPanelActivity.class); in openInternalNotificationPanel()