/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputSession.aidl | 81 void notifyTvMessage(int type, in Bundle data); in notifyTvMessage() method
|
H A D | ITvInputSessionWrapper.java | 476 public void notifyTvMessage(int type, Bundle data) { in notifyTvMessage() method in ITvInputSessionWrapper
|
H A D | ITvInputManager.aidl | 122 void notifyTvMessage(in IBinder sessionToken, int type, in Bundle data, int userId); in notifyTvMessage() method
|
H A D | TvView.java | 651 public void notifyTvMessage(@TvInputManager.TvMessageType int type, in notifyTvMessage() method in TvView
|
H A D | TvInputService.java | 1053 public void notifyTvMessage(@TvInputManager.TvMessageType int type, in notifyTvMessage() method in TvInputService.Session
|
/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 75 void notifyTvMessage(int type, in Bundle data); in notifyTvMessage() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 523 public void notifyTvMessage(int type, Bundle data) { in notifyTvMessage() method in ITvInteractiveAppSessionWrapper
|
H A D | ITvInteractiveAppManager.aidl | 97 void notifyTvMessage(in IBinder sessionToken, in int type, in Bundle data, int userId); in notifyTvMessage() method
|
H A D | TvInteractiveAppView.java | 955 public void notifyTvMessage(@NonNull @TvInputManager.TvMessageType int type, in notifyTvMessage() method in TvInteractiveAppView
|
H A D | TvInteractiveAppService.java | 1777 void notifyTvMessage(int type, Bundle data) { in notifyTvMessage() method in TvInteractiveAppService.Session
|
H A D | TvInteractiveAppManager.java | 1758 public void notifyTvMessage(int type, Bundle data) { in notifyTvMessage() method in TvInteractiveAppManager.Session
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 1120 public void notifyTvMessage(IBinder sessionToken, int type, Bundle data, int userId) { in notifyTvMessage() method in TvInteractiveAppManagerService.BinderService
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/ |
H A D | TvInputManagerService.java | 2128 public void notifyTvMessage(IBinder sessionToken, int type, Bundle data, int userId) { in notifyTvMessage() method in TvInputManagerService.BinderService
|