Searched refs:mTuneParams (Results 1 – 1 of 1) sorted by relevance
315 private Bundle mTuneParams; field in MainActivity1523 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()[all …]