Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/
DMainActivity.java379 private IAppManager mIAppManager; field in MainActivity
762 mIAppManager = new IAppManager(this, mTvView, mHandler); in onCreate()
772 mIAppManager.processHeldAitInfo(); in onInteractiveAppChecked()
1174 if (mIAppManager != null) { in stopAll()
1175 mIAppManager.stop(); in stopAll()
1476 if (mIAppManager != null && mIAppManager.dispatchKeyEvent(event)) { in dispatchKeyEvent()
3057 if (mIAppManager != null) {
3058 mIAppManager.onAitInfoUpdated(aitInfo);