Searched refs:TvNotificationPanelActivity (Results 1 – 3 of 3) sorted by relevance
30 @ClassKey(TvNotificationPanelActivity::class)31 fun bindTvNotificationPanelActivity(activity: TvNotificationPanelActivity): Activity
42 public class TvNotificationPanelActivity extends Activity implements class52 public TvNotificationPanelActivity(TvNotificationHandler tvNotificationHandler) { in TvNotificationPanelActivity() method in TvNotificationPanelActivity
94 Intent intent = new Intent(mContext, TvNotificationPanelActivity.class); in openInternalNotificationPanel()