HomeSort by relevance Sort by last modified time
    Searched refs: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 51 import com.android.tv.dialog.RecentlyWatchedDialogFragment;
165 AVAILABLE_DIALOG_TAGS.add(RecentlyWatchedDialogFragment.DIALOG_TAG);
562 showDialogFragment(RecentlyWatchedDialogFragment.DIALOG_TAG,
563 new RecentlyWatchedDialogFragment(), false);
    [all...]

Completed in 82 milliseconds