Searched defs:sendAppLinkCommand (Results  1 – 7 of 7) sorted by relevance
| /frameworks/base/media/java/android/media/tv/ad/ | 
| D | ITvAdService.aidl | 34     void sendAppLinkCommand(in Bundle command);  in sendAppLinkCommand()  method
 | 
| D | ITvAdManager.aidl | 34     void sendAppLinkCommand(String serviceId, in Bundle command, int userId);  in sendAppLinkCommand()  method
 | 
| D | TvAdManager.java | 561     public void sendAppLinkCommand(@NonNull String serviceId, @NonNull Bundle command) {  in sendAppLinkCommand()  method in TvAdManager
 | 
| /frameworks/base/media/java/android/media/tv/interactive/ | 
| D | ITvInteractiveAppService.aidl | 37     void sendAppLinkCommand(in Bundle command);  in sendAppLinkCommand()  method
 | 
| D | ITvInteractiveAppManager.aidl | 43     void sendAppLinkCommand(String tiasId, in Bundle command, int userId);  in sendAppLinkCommand()  method
 | 
| D | TvInteractiveAppManager.java | 1028     public void sendAppLinkCommand(@NonNull String tvIAppServiceId, @NonNull Bundle command) {  in sendAppLinkCommand()  method in TvInteractiveAppManager
 | 
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ | 
| D | TvInteractiveAppManagerService.java | 947         public void sendAppLinkCommand(String serviceId, Bundle command, int userId) {  in sendAppLinkCommand()  method in TvInteractiveAppManagerService.TvAdBinderService1605         public void sendAppLinkCommand(String tiasId, Bundle command, int userId) {  in sendAppLinkCommand()  method in TvInteractiveAppManagerService.BinderService
 
 |