Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl40 void createBiInteractiveApp(in Uri biIAppUri, in Bundle params); in createBiInteractiveApp() method
H A DITvInteractiveAppManager.aidl47 void createBiInteractiveApp( in createBiInteractiveApp() method
H A DITvInteractiveAppSessionWrapper.java156 mSessionImpl.createBiInteractiveApp((Uri) args.arg1, (Bundle) args.arg2); in executeMessage()
393 public void createBiInteractiveApp(@NonNull Uri biIAppUri, @Nullable Bundle params) { in createBiInteractiveApp() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java993 public void createBiInteractiveApp(@NonNull Uri biIAppUri, @Nullable Bundle params) { in createBiInteractiveApp() method in TvInteractiveAppView
998 mSession.createBiInteractiveApp(biIAppUri, params); in createBiInteractiveApp()
H A DTvInteractiveAppManager.java1116 void createBiInteractiveApp(Uri biIAppUri, Bundle params) { in createBiInteractiveApp() method in TvInteractiveAppManager.Session
1122 mService.createBiInteractiveApp(mToken, biIAppUri, params, mUserId); in createBiInteractiveApp()
H A DTvInteractiveAppService.java1625 void createBiInteractiveApp(@NonNull Uri biIAppUri, @Nullable Bundle params) { in createBiInteractiveApp() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1264 public void createBiInteractiveApp( in createBiInteractiveApp() method in TvInteractiveAppManagerService.BinderService
1279 getSessionLocked(sessionState).createBiInteractiveApp( in createBiInteractiveApp()
/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.txt27876 … method public void createBiInteractiveApp(@NonNull android.net.Uri, @Nullable android.os.Bundle);