Lines Matching refs:channel

188                     Channel channel = mCurrentChannel;
199 listener.onTuneFailed(channel);
207 Channel channel = mCurrentChannel;
214 listener.onUnexpectedStop(channel);
557 * Tunes to a channel with the {@code channelId}.
560 * @return false, if the TV input is not a proper state to tune to a channel. For example,
563 public boolean tuneTo(Channel channel, Bundle params, OnTuneListener listener) {
567 if (DEBUG) Log.d(TAG, "tuneTo " + channel);
568 TvInputInfo inputInfo = mInputManagerHelper.getTvInputInfo(channel.getInputId());
581 mCurrentChannel = channel;
621 if (channel.isPassthrough()) {
638 * Sets the current channel. Call this method only when setting the current channel without
641 * @param currentChannel The new current channel to set to.
703 void onTuneFailed(Channel channel);
704 void onUnexpectedStop(Channel channel);
706 void onChannelRetuned(Uri channel);
1197 * Returns if the time shift is available for the current channel.
1222 throw new IllegalStateException("Time-shift is not supported for the current channel");
1239 throw new IllegalStateException("Time-shift is not supported for the current channel");
1256 throw new IllegalStateException("Time-shift is not supported for the current channel");
1277 throw new IllegalStateException("Time-shift is not supported for the current channel");
1300 throw new IllegalStateException("Time-shift is not supported for the current channel");
1314 throw new IllegalStateException("Time-shift is not supported for the current channel");
1328 * Called when the availability of the time-shift for the current channel has been changed.