Lines Matching refs:channel

66      * Sends tracking information for starting to view a channel.
68 * @param channel the current channel
69 * @param tunedByRecommendation True, if the channel was tuned by the recommendation.
71 void sendChannelViewStart(Channel channel, boolean tunedByRecommendation);
74 * Sends tracking information for tuning to a channel.
76 * @param channel The channel that was being tuned.
77 * @param durationMs The time the channel took to tune in milliseconds.
79 void sendChannelTuneTime(Channel channel, long durationMs);
82 * Sends tracking information for stopping viewing a channel.
84 * @param channel The channel that was being watched.
85 * @param durationMs The time the channel was watched in milliseconds.
87 void sendChannelViewStop(Channel channel, long durationMs);
90 * Sends tracking information for pressing channel up.
95 * Sends tracking information for pressing channel down.
147 * Sends tracking information for showing the channel switch view.
152 * Sends tracking for hiding the channel switch view.
154 * @param durationMs The duration the channel switch view was shown in milliseconds.
159 * Sends tracking for each channel number or delimiter pressed.
164 * Sends tracking for navigating during channel number input.
166 * <p>This is sent once per channel input viewing.
171 * Sends tracking for channel clicked.
176 * Sends tracking for channel chosen (tuned) because the channel switch view timed out.
181 * Sends tracking for the reason video is unavailable on a channel.
183 void sendChannelVideoUnavailable(Channel channel, int reason);