Searched defs:notifyTrackSelected (Results  1 – 7 of 7) sorted by relevance
| /frameworks/base/media/java/android/media/tv/interactive/ | 
| D | ITvInteractiveAppSession.aidl | 66     void notifyTrackSelected(int type, in String trackId);  in notifyTrackSelected()  method
  | 
| D | ITvInteractiveAppSessionWrapper.java | 517     public void notifyTrackSelected(int type, final String trackId) {  in notifyTrackSelected()  method in ITvInteractiveAppSessionWrapper
  | 
| D | ITvInteractiveAppManager.aidl | 87     void notifyTrackSelected(in IBinder sessionToken, int type, in String trackId, int userId);  in notifyTrackSelected()  method
  | 
| D | TvInteractiveAppService.java | 1707         void notifyTrackSelected(int type, String trackId) {  in notifyTrackSelected()  method in TvInteractiveAppService.Session
  | 
| D | TvInteractiveAppManager.java | 1653         public void notifyTrackSelected(int type, String trackId) {  in notifyTrackSelected()  method in TvInteractiveAppManager.Session
  | 
| /frameworks/base/media/java/android/media/tv/ | 
| D | TvInputService.java | 683         public void notifyTrackSelected(final int type, final String trackId) {  in notifyTrackSelected()  method in TvInputService.Session
  | 
| /frameworks/base/services/core/java/com/android/server/tv/interactive/ | 
| D | TvInteractiveAppManagerService.java | 956         public void notifyTrackSelected(IBinder sessionToken, int type, String trackId,  in notifyTrackSelected()  method in TvInteractiveAppManagerService.BinderService
  |