Searched refs:TUNE_STATUS_VIDEO_AVAILABLE (Results 1 – 3 of 3) sorted by relevance
35 public static final int TUNE_STATUS_VIDEO_AVAILABLE = -2; field in ChannelState
41 public int mTuneStatus = ChannelState.TUNE_STATUS_VIDEO_AVAILABLE;
367 if (newState.getTuneStatus() == ChannelState.TUNE_STATUS_VIDEO_AVAILABLE) { in update()