Home
last modified time | relevance | path

Searched defs:sendAppLinkCommand (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/tv/ad/
DITvAdService.aidl34 void sendAppLinkCommand(in Bundle command); in sendAppLinkCommand() method
DITvAdManager.aidl34 void sendAppLinkCommand(String serviceId, in Bundle command, int userId); in sendAppLinkCommand() method
DTvAdManager.java561 public void sendAppLinkCommand(@NonNull String serviceId, @NonNull Bundle command) { in sendAppLinkCommand() method in TvAdManager
/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppService.aidl37 void sendAppLinkCommand(in Bundle command); in sendAppLinkCommand() method
DITvInteractiveAppManager.aidl43 void sendAppLinkCommand(String tiasId, in Bundle command, int userId); in sendAppLinkCommand() method
DTvInteractiveAppManager.java1028 public void sendAppLinkCommand(@NonNull String tvIAppServiceId, @NonNull Bundle command) { in sendAppLinkCommand() method in TvInteractiveAppManager
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java947 public void sendAppLinkCommand(String serviceId, Bundle command, int userId) { in sendAppLinkCommand() method in TvInteractiveAppManagerService.TvAdBinderService
1605 public void sendAppLinkCommand(String tiasId, Bundle command, int userId) { in sendAppLinkCommand() method in TvInteractiveAppManagerService.BinderService