Home
last modified time | relevance | path

Searched refs:sendCurrentTvInputId (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl48 void sendCurrentTvInputId(in String inputId); in sendCurrentTvInputId() method
H A DITvInteractiveAppManager.aidl56 void sendCurrentTvInputId(in IBinder sessionToken, in String inputId, int userId); in sendCurrentTvInputId() method
H A DITvInteractiveAppSessionWrapper.java189 mSessionImpl.sendCurrentTvInputId((String) msg.obj); in executeMessage()
441 public void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java591 public void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId() method in TvInteractiveAppView
596 mSession.sendCurrentTvInputId(inputId); in sendCurrentTvInputId()
H A DTvInteractiveAppManager.java1212 void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId() method in TvInteractiveAppManager.Session
1218 mService.sendCurrentTvInputId(mToken, inputId, mUserId); in sendCurrentTvInputId()
H A DTvInteractiveAppService.java1657 void sendCurrentTvInputId(@Nullable String inputId) { in sendCurrentTvInputId() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1466 public void sendCurrentTvInputId(IBinder sessionToken, String inputId, int userId) { in sendCurrentTvInputId() method in TvInteractiveAppManagerService.BinderService
1480 getSessionLocked(sessionState).sendCurrentTvInputId(inputId); in sendCurrentTvInputId()
/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.txt27901 method public void sendCurrentTvInputId(@Nullable String);