Lines Matching refs:mTuneParams
259 private Bundle mTuneParams; field in MainActivity
1506 mTuneParams = intent.getExtras(); in handleIntent()
1507 if (mTuneParams == null) { in handleIntent()
1508 mTuneParams = new Bundle(); in handleIntent()
1512 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelId); in handleIntent()
1548 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelId); in handleIntent()
1809 if (mTuneParams != null) { in tune()
1810 Long initChannelId = mTuneParams.getLong(KEY_INIT_CHANNEL_ID); in tune()
1812 mTuneParams.remove(KEY_INIT_CHANNEL_ID); in tune()
1814 mTuneParams = null; in tune()
1842 boolean success = mTvView.tuneTo(channel, mTuneParams, mOnTuneListener); in tune()
1845 mTuneParams = null; in tune()