Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl42 void setTeletextAppEnabled(boolean enable); in setTeletextAppEnabled() method
H A DITvInteractiveAppManager.aidl50 void setTeletextAppEnabled(in IBinder sessionToken, boolean enable, int userId); in setTeletextAppEnabled() method
H A DITvInteractiveAppSessionWrapper.java165 mSessionImpl.setTeletextAppEnabled((Boolean) msg.obj); in executeMessage()
405 public void setTeletextAppEnabled(boolean enable) { in setTeletextAppEnabled() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppView.java1060 public void setTeletextAppEnabled(boolean enable) { in setTeletextAppEnabled() method in TvInteractiveAppView
1065 mSession.setTeletextAppEnabled(enable); in setTeletextAppEnabled()
H A DTvInteractiveAppManager.java1140 void setTeletextAppEnabled(boolean enable) { in setTeletextAppEnabled() method in TvInteractiveAppManager.Session
1146 mService.setTeletextAppEnabled(mToken, enable, mUserId); in setTeletextAppEnabled()
H A DTvInteractiveAppService.java1633 void setTeletextAppEnabled(boolean enable) { in setTeletextAppEnabled() method in TvInteractiveAppService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java1316 public void setTeletextAppEnabled(IBinder sessionToken, boolean enable, int userId) { in setTeletextAppEnabled() method in TvInteractiveAppManagerService.BinderService
1330 getSessionLocked(sessionState).setTeletextAppEnabled(enable); in setTeletextAppEnabled()
/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.txt27911 method public void setTeletextAppEnabled(boolean);