Home
last modified time | relevance | path

Searched refs:notifyTrackSelected (Results 1 – 10 of 10) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl66 void notifyTrackSelected(int type, in String trackId); in notifyTrackSelected() method
H A DITvInteractiveAppManager.aidl87 void notifyTrackSelected(in IBinder sessionToken, int type, in String trackId, int userId); in notifyTrackSelected() method
H A DITvInteractiveAppSessionWrapper.java236 mSessionImpl.notifyTrackSelected((Integer) args.arg1, (String) args.arg2); in executeMessage()
517 public void notifyTrackSelected(int type, final String trackId) { in notifyTrackSelected() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppManager.java1653 public void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppManager.Session
1659 mService.notifyTrackSelected(mToken, type, trackId, mUserId); in notifyTrackSelected()
H A DTvInteractiveAppService.java1707 void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java683 public void notifyTrackSelected(final int type, final String trackId) { in notifyTrackSelected() method in TvInputService.Session
H A DTvInputManager.java984 mSession.getInteractiveAppSession().notifyTrackSelected(type, trackId); in postTrackSelected()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java956 public void notifyTrackSelected(IBinder sessionToken, int type, String trackId, in notifyTrackSelected() method in TvInteractiveAppManagerService.BinderService
972 getSessionLocked(sessionState).notifyTrackSelected(type, trackId); in notifyTrackSelected()
/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.txt27455 method public void notifyTrackSelected(int, String);