Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppManager.aidl39 List<TvInteractiveAppServiceInfo> getTvInteractiveAppServiceList(int userId); in getTvInteractiveAppServiceList() method
H A DTvInteractiveAppManager.java925 public List<TvInteractiveAppServiceInfo> getTvInteractiveAppServiceList() { in getTvInteractiveAppServiceList() method in TvInteractiveAppManager
927 return mService.getTvInteractiveAppServiceList(mUserId); in getTvInteractiveAppServiceList()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java695 public List<TvInteractiveAppServiceInfo> getTvInteractiveAppServiceList(int userId) { in getTvInteractiveAppServiceList() method in TvInteractiveAppManagerService.BinderService
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27685 …il.List<android.media.tv.interactive.TvInteractiveAppServiceInfo> getTvInteractiveAppServiceList();