Home
last modified time | relevance | path

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

/packages/apps/TV/tests/unit/src/com/android/tv/util/
DMockTvSingletons.java155 public MainActivityWrapper getMainActivityWrapper() { in getMainActivityWrapper() method in MockTvSingletons
156 return mApp.getMainActivityWrapper(); in getMainActivityWrapper()
/packages/apps/TV/src/com/android/tv/
DTvSingletons.java101 MainActivityWrapper getMainActivityWrapper(); in getMainActivityWrapper() method
DMainActivity.java579 tvApplication.getMainActivityWrapper().onMainActivityCreated(this); in onCreate()
1648 .getMainActivityWrapper() in stopTv()
1784 .getMainActivityWrapper() in tune()
2021 if (application.getMainActivityWrapper().isCurrent(this)) {
2037 application.getMainActivityWrapper().onMainActivityDestroyed(this);
DTvApplication.java348 public MainActivityWrapper getMainActivityWrapper() { in getMainActivityWrapper() method in TvApplication
/packages/apps/TV/src/com/android/tv/recommendation/
DNotificationService.java162 tvSingletons.getMainActivityWrapper().addOnCurrentChannelChangeListener(this); in onCreate()
222 .getMainActivityWrapper() in onDestroy()
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DTestSingletonApp.java183 public MainActivityWrapper getMainActivityWrapper() { in getMainActivityWrapper() method in TestSingletonApp
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java272 .getMainActivityWrapper() in onError()