Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSessionCallback.aidl39 void onBiInteractiveAppCreated(in Uri biIAppUri, in String biIAppId); in onBiInteractiveAppCreated() method
H A DITvInteractiveAppClient.aidl40 void onBiInteractiveAppCreated(in Uri biIAppUri, in String biIAppId, int seq); in onBiInteractiveAppCreated() method
H A DTvInteractiveAppView.java1130 public void onBiInteractiveAppCreated(@NonNull String iAppServiceId, @NonNull Uri biIAppUri, in onBiInteractiveAppCreated() method in TvInteractiveAppView.TvInteractiveAppCallback
1547 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppView.MySessionCallback
1561 mCallback.onBiInteractiveAppCreated( in onBiInteractiveAppCreated()
H A DTvInteractiveAppManager.java660 public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId, int seq) { in TvInteractiveAppManager()
2238 mSessionCallback.onBiInteractiveAppCreated(mSession, biIAppUri, biIAppId); in postBiInteractiveAppCreated()
2542 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppManager.SessionCallback
H A DTvInteractiveAppService.java1924 mSessionCallback.onBiInteractiveAppCreated(biIAppUri, biIAppId); in notifyBiInteractiveAppCreated()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java3022 public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppManagerService.SessionCallback
3032 mSessionState.mClient.onBiInteractiveAppCreated( in onBiInteractiveAppCreated()
/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.txt27929 …method public void onBiInteractiveAppCreated(@NonNull String, @NonNull android.net.Uri, @Nullable …