Lines Matching refs:mTuneParams
314 private Bundle mTuneParams; field in MainActivity
1518 mTuneParams = intent.getExtras(); in handleIntent()
1534 if (mTuneParams == null) { in handleIntent()
1535 mTuneParams = new Bundle(); in handleIntent()
1538 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelIdFromIntent); in handleIntent()
1580 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelId); in handleIntent()
1744 if (mTuneParams != null) { in tune()
1745 Long initChannelId = mTuneParams.getLong(KEY_INIT_CHANNEL_ID); in tune()
1747 mTuneParams.remove(KEY_INIT_CHANNEL_ID); in tune()
1749 mTuneParams = null; in tune()
1766 boolean success = mTvView.tuneTo(channel, mTuneParams, mOnTuneListener); in tune()
1769 mTuneParams = null; in tune()