/aosp14/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppSession.aidl | 66 void notifyTrackSelected(int type, in String trackId); in notifyTrackSelected() method
|
H A D | ITvInteractiveAppManager.aidl | 87 void notifyTrackSelected(in IBinder sessionToken, int type, in String trackId, int userId); in notifyTrackSelected() method
|
H A D | ITvInteractiveAppSessionWrapper.java | 236 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 D | TvInteractiveAppManager.java | 1653 public void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppManager.Session 1659 mService.notifyTrackSelected(mToken, type, trackId, mUserId); in notifyTrackSelected()
|
H A D | TvInteractiveAppService.java | 1707 void notifyTrackSelected(int type, String trackId) { in notifyTrackSelected() method in TvInteractiveAppService.Session
|
/aosp14/frameworks/base/media/java/android/media/tv/ |
H A D | TvInputService.java | 683 public void notifyTrackSelected(final int type, final String trackId) { in notifyTrackSelected() method in TvInputService.Session
|
H A D | TvInputManager.java | 984 mSession.getInteractiveAppSession().notifyTrackSelected(type, trackId); in postTrackSelected()
|
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/ |
H A D | TvInteractiveAppManagerService.java | 956 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 27455 method public void notifyTrackSelected(int, String);
|