Searched defs:onBiInteractiveAppCreated (Results  1 – 5 of 5) 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 | 1213         public void onBiInteractiveAppCreated(@NonNull String iAppServiceId, @NonNull Uri biIAppUri,  in onBiInteractiveAppCreated()  method in TvInteractiveAppView.TvInteractiveAppCallback1671         public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) {  in onBiInteractiveAppCreated()  method in TvInteractiveAppView.MySessionCallback
 
 | 
| D | TvInteractiveAppManager.java | 2686         public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) {  in onBiInteractiveAppCreated()  method in TvInteractiveAppManager.SessionCallback
 | 
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ | 
| D | TvInteractiveAppManagerService.java | 4293         public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId) {  in onBiInteractiveAppCreated()  method in TvInteractiveAppManagerService.SessionCallback
 |