Searched refs:createBiInteractiveApp (Results 1 – 9 of 9) sorted by relevance
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 40 void createBiInteractiveApp(in Uri biIAppUri, in Bundle params); in createBiInteractiveApp() method
|
H A D | ITvInteractiveAppManager.aidl | 47 void createBiInteractiveApp( in createBiInteractiveApp() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 156 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 D | TvInteractiveAppView.java | 993 public void createBiInteractiveApp(@NonNull Uri biIAppUri, @Nullable Bundle params) { in createBiInteractiveApp() method in TvInteractiveAppView 998 mSession.createBiInteractiveApp(biIAppUri, params); in createBiInteractiveApp()
|
H A D | TvInteractiveAppManager.java | 1116 void createBiInteractiveApp(Uri biIAppUri, Bundle params) { in createBiInteractiveApp() method in TvInteractiveAppManager.Session 1122 mService.createBiInteractiveApp(mToken, biIAppUri, params, mUserId); in createBiInteractiveApp()
|
H A D | TvInteractiveAppService.java | 1625 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 D | TvInteractiveAppManagerService.java | 1264 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27876 … method public void createBiInteractiveApp(@NonNull android.net.Uri, @Nullable android.os.Bundle);
|