Searched refs:onBiInteractiveAppCreated (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/media/java/android/media/tv/interactive/ |
D | ITvInteractiveAppSessionCallback.aidl | 39 void onBiInteractiveAppCreated(in Uri biIAppUri, in String biIAppId); in onBiInteractiveAppCreated() method
|
D | ITvInteractiveAppClient.aidl | 40 void onBiInteractiveAppCreated(in Uri biIAppUri, in String biIAppId, int seq); in onBiInteractiveAppCreated() method
|
D | TvInteractiveAppView.java | 1181 public void onBiInteractiveAppCreated(@NonNull String iAppServiceId, @NonNull Uri biIAppUri, in onBiInteractiveAppCreated() method in TvInteractiveAppView.TvInteractiveAppCallback 1639 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppView.MySessionCallback 1653 mCallback.onBiInteractiveAppCreated( in onBiInteractiveAppCreated()
|
D | TvInteractiveAppManager.java | 697 public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId, int seq) { in TvInteractiveAppManager() 2345 mSessionCallback.onBiInteractiveAppCreated(mSession, biIAppUri, biIAppId); in postBiInteractiveAppCreated() 2686 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppManager.SessionCallback
|
D | TvInteractiveAppService.java | 2088 mSessionCallback.onBiInteractiveAppCreated(biIAppUri, biIAppId); in notifyBiInteractiveAppCreated()
|
/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
D | TvInteractiveAppManagerService.java | 4286 public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated() method in TvInteractiveAppManagerService.SessionCallback 4296 mSessionState.mClient.onBiInteractiveAppCreated( in onBiInteractiveAppCreated()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 28428 …method public void onBiInteractiveAppCreated(@NonNull String, @NonNull android.net.Uri, @Nullable …
|