Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrUiHelper.java60 import com.android.tv.dvr.ui.DvrHalfSizedDialogFragment.DvrChannelWatchConflictDialogFragment;
160 showDialogFragment(activity, new DvrChannelWatchConflictDialogFragment(), args); in showChannelWatchConflictDialog()
374 instanceof DvrChannelWatchConflictDialogFragment; in isChannelWatchConflictDialogShown()
DDvrHalfSizedDialogFragment.java119 public static class DvrChannelWatchConflictDialogFragment extends DvrGuidedStepDialogFragment { class in DvrHalfSizedDialogFragment