Searched defs:isCurrentProgram (Results 1 - 4 of 4) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DGuideUtils.java79 && isCurrentProgram((ProgramItemView) focusable)) {
124 static boolean isCurrentProgram(ProgramItemView view) { method in class:GuideUtils
125 return view.getTableEntry().isCurrentProgram();
H A DProgramManager.java734 boolean isCurrentProgram() { method in class:ProgramManager.TableEntry
/packages/apps/TV/src/com/android/tv/dvr/ui/playback/
H A DDvrPlaybackMediaSessionHelper.java145 public boolean isCurrentProgram(RecordedProgram program) { method in class:DvrPlaybackMediaSessionHelper
222 if (isCurrentProgram(mRecordedProgram)) {
259 && isCurrentProgram(program)) {
/packages/apps/TV/src/com/android/tv/ui/
H A DChannelBannerView.java681 if (currentRecording != null && isCurrentProgram(currentRecording, program)) {
725 private boolean isCurrentProgram(ScheduledRecording recording, Program program) { method in class:ChannelBannerView

Completed in 46 milliseconds