Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppService.aidl37 void sendAppLinkCommand(in Bundle command); in sendAppLinkCommand() method
H A DITvInteractiveAppManager.aidl43 void sendAppLinkCommand(String tiasId, in Bundle command, int userId); in sendAppLinkCommand() method
H A DTvInteractiveAppManager.java991 public void sendAppLinkCommand(@NonNull String tvIAppServiceId, @NonNull Bundle command) { in sendAppLinkCommand() method in TvInteractiveAppManager
993 mService.sendAppLinkCommand(tvIAppServiceId, command, mUserId); in sendAppLinkCommand()
H A DTvInteractiveAppService.java347 public void sendAppLinkCommand(Bundle command) { in onBind()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java810 public void sendAppLinkCommand(String tiasId, Bundle command, int userId) { in sendAppLinkCommand() method in TvInteractiveAppManagerService.BinderService
832 serviceState.mService.sendAppLinkCommand(command); in sendAppLinkCommand()
2486 serviceState.mService.sendAppLinkCommand(command); in onServiceConnected()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt27688 method public void sendAppLinkCommand(@NonNull String, @NonNull android.os.Bundle);