Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl66 void notifyTrackSelected(int type, in String trackId); in notifyTrackSelected() method
DITvInteractiveAppSessionWrapper.java517 public void notifyTrackSelected(int type, final String trackId) { in notifyTrackSelected() method in ITvInteractiveAppSessionWrapper
DITvInteractiveAppManager.aidl87 void notifyTrackSelected(in IBinder sessionToken, int type, in String trackId, int userId); in notifyTrackSelected() method
DTvInteractiveAppService.java1707 void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppService.Session
DTvInteractiveAppManager.java1653 public void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java683 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/
DTvInteractiveAppManagerService.java956 public void notifyTrackSelected(IBinder sessionToken, int type, String trackId, in notifyTrackSelected() method in TvInteractiveAppManagerService.BinderService