Lines Matching refs:getCurrentProgram
1230 public Program getCurrentProgram() { in getCurrentProgram() method in MainActivity
1233 return mTimeShiftManager.getCurrentProgram(); in getCurrentProgram()
1235 return mProgramDataManager.getCurrentProgram(getCurrentChannelId()); in getCurrentProgram()
1780 mMediaSessionWrapper.update(mTvView.isBlocked(), getCurrentChannel(), getCurrentProgram()); in tune()
1820 && getCurrentProgram() == null in isNowPlayingProgram()
1822 : program.equals(getCurrentProgram()); in isNowPlayingProgram()
1864 mMediaSessionWrapper.update(blockOrUnblock, getCurrentChannel(), getCurrentProgram()); in blockOrUnblockScreen()
2301 mProgramDataManager.getCurrentProgram(
2926 mMediaSessionWrapper.update(true, getCurrentChannel(), getCurrentProgram());
2935 mMediaSessionWrapper.update(false, getCurrentChannel(), getCurrentProgram());
2956 return MainActivity.this::getCurrentProgram;