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.java259 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()
[all …]