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.java314 private Bundle mTuneParams; field in MainActivity
1518 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 …]