Home
last modified time | relevance | path

Searched refs:ProgramGuide (Results 1 – 10 of 10) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DGenreListAdapter.java38 private final ProgramGuide mProgramGuide;
41 GenreListAdapter(Context context, ProgramManager programManager, ProgramGuide guide) { in GenreListAdapter()
98 private final ProgramGuide mProgramGuide;
102 GenreRowHolder(View itemView, ProgramGuide programGuide) { in GenreRowHolder()
DProgramListAdapter.java39 private final ProgramGuide mProgramGuide;
47 ProgramListAdapter(Resources res, ProgramGuide programGuide, int channelIndex) { in ProgramListAdapter()
108 void onBind(TableEntry entry, ProgramGuide programGuide, String gapTitle) { in onBind()
DProgramGuide.java78 public class ProgramGuide class
179 public ProgramGuide( in ProgramGuide() method in ProgramGuide
1075 private static class ProgramGuideHandler extends WeakHandler<ProgramGuide> {
1076 ProgramGuideHandler(ProgramGuide ref) { in ProgramGuideHandler()
1081 public void handleMessage(Message msg, @NonNull ProgramGuide programGuide) { in handleMessage()
DProgramRow.java39 private ProgramGuide mProgramGuide;
305 public void setProgramGuide(ProgramGuide programGuide) { in setProgramGuide()
DProgramItemView.java87 private ProgramGuide mProgramGuide;
305 ProgramGuide programGuide, in setValues()
DProgramTableAdapter.java88 private final ProgramGuide mProgramGuide;
119 ProgramTableAdapter(Context context, ProgramGuide programGuide, UiFlags uiFlags) { in ProgramTableAdapter()
/packages/apps/TV/src/com/android/tv/dvr/ui/
DDvrHalfSizedDialogFragment.java35 import com.android.tv.guide.ProgramGuide;
55 ProgramGuide programGuide = in onAttach()
68 ProgramGuide programGuide = in onDetach()
/packages/apps/TV/src/com/android/tv/ui/
DTvOverlayManager.java60 import com.android.tv.guide.ProgramGuide;
211 private final ProgramGuide mProgramGuide;
318 new ProgramGuide( in TvOverlayManager()
426 public ProgramGuide getProgramGuide() { in getProgramGuide()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DProgramGuideTest.java20 import com.android.tv.guide.ProgramGuide;
/packages/apps/TV/tests/robotests/src/com/android/tv/guide/
DProgramTableAdapterTest.java52 @Mock private ProgramGuide mProgramGuide;