Searched defs:biIAppId (Results 1 – 9 of 9) 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()
|
| D | TvInteractiveAppView.java | 1092 public void destroyBiInteractiveApp(@NonNull String biIAppId) { in destroyBiInteractiveApp() 1214 @Nullable String biIAppId) { in onBiInteractiveAppCreated() 1671 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated()
|
| D | ITvInteractiveAppClient.aidl | 40 void onBiInteractiveAppCreated(in Uri biIAppUri, in String biIAppId, int seq); in onBiInteractiveAppCreated()
|
| D | ITvInteractiveAppSession.aidl | 41 void destroyBiInteractiveApp(in String biIAppId); in destroyBiInteractiveApp()
|
| D | TvInteractiveAppService.java | 538 public void onDestroyBiInteractiveAppRequest(@NonNull String biIAppId) { in onDestroyBiInteractiveAppRequest() 1770 void destroyBiInteractiveApp(@NonNull String biIAppId) { in destroyBiInteractiveApp() 2077 @NonNull Uri biIAppUri, @Nullable String biIAppId) { in notifyBiInteractiveAppCreated()
|
| D | TvInteractiveAppManager.java | 1165 void destroyBiInteractiveApp(String biIAppId) { in destroyBiInteractiveApp() 2341 void postBiInteractiveAppCreated(Uri biIAppUri, String biIAppId) { in postBiInteractiveAppCreated() 2686 public void onBiInteractiveAppCreated(Session session, Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated()
|
| D | ITvInteractiveAppSessionWrapper.java | 419 public void destroyBiInteractiveApp(@NonNull String biIAppId) { in destroyBiInteractiveApp()
|
| D | ITvInteractiveAppManager.aidl | 49 void destroyBiInteractiveApp(in IBinder sessionToken, in String biIAppId, int userId); in destroyBiInteractiveApp()
|
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ |
| D | TvInteractiveAppManagerService.java | 2107 public void destroyBiInteractiveApp(IBinder sessionToken, String biIAppId, int userId) { in destroyBiInteractiveApp() 4293 public void onBiInteractiveAppCreated(Uri biIAppUri, String biIAppId) { in onBiInteractiveAppCreated()
|