Home
last modified time | relevance | path

Searched refs:removeMediaView (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/media/java/android/media/tv/interactive/
H A DITvInteractiveAppSession.aidl84 void removeMediaView(); in removeMediaView() method
H A DTvInteractiveAppService.java476 removeMediaView(false); in setMediaViewEnabled()
1697 removeMediaView(true); in release()
2089 removeMediaView(false); in createMediaView()
2159 void removeMediaView(boolean clearWindowToken) { in removeMediaView() method in TvInteractiveAppService.Session
H A DITvInteractiveAppManager.aidl109 void removeMediaView(in IBinder sessionToken, int userId); in removeMediaView() method
H A DITvInteractiveAppSessionWrapper.java300 mSessionImpl.removeMediaView(true); in executeMessage()
639 public void removeMediaView() { in removeMediaView() method in ITvInteractiveAppSessionWrapper
H A DTvInteractiveAppManager.java1496 void removeMediaView() { in removeMediaView() method in TvInteractiveAppManager.Session
1502 mService.removeMediaView(mToken, mUserId); in removeMediaView()
H A DTvInteractiveAppView.java318 mSession.removeMediaView(); in removeSessionMediaView()
/aosp14/frameworks/base/services/core/java/com/android/server/tv/interactive/
H A DTvInteractiveAppManagerService.java2097 public void removeMediaView(IBinder sessionToken, int userId) { in removeMediaView() method in TvInteractiveAppManagerService.BinderService
2106 .removeMediaView(); in removeMediaView()