HomeSort by relevance Sort by last modified time
    Searched defs:RecentlyWatchedDialogFragment (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/dialog/
RecentlyWatchedDialogFragment.java 41 public class RecentlyWatchedDialogFragment extends SafeDismissDialogFragment implements
43 public static final String DIALOG_TAG = RecentlyWatchedDialogFragment.class.getSimpleName();
  /packages/apps/TV/src/com/android/tv/ui/
TvOverlayManager.java 55 import com.android.tv.dialog.RecentlyWatchedDialogFragment;
199 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
613 showDialogFragment(RecentlyWatchedDialogFragment.DIALOG_TAG,
614 new RecentlyWatchedDialogFragment(), false);
    [all...]

Completed in 66 milliseconds