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