Home
last modified time | relevance | path

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

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl49 void notifyTrackSelected(int type, in String trackId); in notifyTrackSelected() method
DITvInteractiveAppManager.aidl59 void notifyTrackSelected(in IBinder sessionToken, int type, in String trackId, int userId); in notifyTrackSelected() method
DTvInteractiveAppService.java1048 void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppService.Session
1515 public void notifyTrackSelected(int type, final String trackId) { in notifyTrackSelected() method in TvInteractiveAppService.ITvInteractiveAppSessionWrapper
DTvInteractiveAppManager.java1267 public void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java660 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.java886 public void notifyTrackSelected(IBinder sessionToken, int type, String trackId, in notifyTrackSelected() method in TvInteractiveAppManagerService.BinderService