Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/dialog/
DRecentlyWatchedDialogFragment.java41 public class RecentlyWatchedDialogFragment extends SafeDismissDialogFragment implements class
43 public static final String DIALOG_TAG = RecentlyWatchedDialogFragment.class.getSimpleName();
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java57 import com.android.tv.dialog.RecentlyWatchedDialogFragment;
135 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
500 showDialogFragment(RecentlyWatchedDialogFragment.DIALOG_TAG, in showRecentlyWatchedDialog()
501 new RecentlyWatchedDialogFragment(), false); in showRecentlyWatchedDialog()