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