Home | History | Annotate | Download | only in tv

Lines Matching refs:Channel

34 import com.android.tv.data.Channel;
59 * {@link ProgramManager} loads programs of the current channel in the background.
197 * Checks if the trick play is available for the current channel.
459 Channel channel = mPlayController.getCurrentChannel();
460 if (channel != null) {
461 mOnCurrentProgramUpdatedListener.onCurrentProgramUpdated(channel.getId(),
839 Channel getCurrentChannel() {
846 private Channel mChannel;
856 void onAvailabilityChanged(boolean available, Channel channel, long currentPositionMs) {
858 Log.d(TAG, "onAvailabilityChanged(" + available + "+," + channel + ", "
869 mChannel = channel;
870 if (channel == null || channel.isPassthrough()) {
874 Program program = mProgramDataManager.getCurrentProgram(channel.getId());
1324 * Called when the availability of the time-shift for the current channel has been changed.