Lines Matching refs:mTuneParams
315 private Bundle mTuneParams; field in MainActivity
1523 mTuneParams = intent.getExtras(); in handleIntent()
1539 if (mTuneParams == null) { in handleIntent()
1540 mTuneParams = new Bundle(); in handleIntent()
1543 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelIdFromIntent); in handleIntent()
1585 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelId); in handleIntent()
1749 if (mTuneParams != null) { in tune()
1750 Long initChannelId = mTuneParams.getLong(KEY_INIT_CHANNEL_ID); in tune()
1752 mTuneParams.remove(KEY_INIT_CHANNEL_ID); in tune()
1754 mTuneParams = null; in tune()
1771 boolean success = mTvView.tuneTo(channel, mTuneParams, mOnTuneListener); in tune()
1774 mTuneParams = null; in tune()