Home
last modified time | relevance | path

Searched refs:mTuneParams (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DMainActivity.java326 private Bundle mTuneParams; field in MainActivity
1574 mTuneParams = intent.getExtras(); in handleIntent()
1590 if (mTuneParams == null) { in handleIntent()
1591 mTuneParams = new Bundle(); in handleIntent()
1594 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelIdFromIntent); in handleIntent()
1636 mTuneParams.putLong(KEY_INIT_CHANNEL_ID, channelId); in handleIntent()
1800 if (mTuneParams != null) { in tune()
1801 Long initChannelId = mTuneParams.getLong(KEY_INIT_CHANNEL_ID); in tune()
1803 mTuneParams.remove(KEY_INIT_CHANNEL_ID); in tune()
1805 mTuneParams = null; in tune()
[all …]