Home
last modified time | relevance | path

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

/aosp14/frameworks/base/media/java/android/media/tv/
H A DITvInputSession.aidl48 void setInteractiveAppNotificationEnabled(boolean enable); in setInteractiveAppNotificationEnabled() method
H A DITvInputSessionWrapper.java267 mTvInputSessionImpl.setInteractiveAppNotificationEnabled((Boolean) msg.obj); in executeMessage()
363 public void setInteractiveAppNotificationEnabled(boolean enabled) { in setInteractiveAppNotificationEnabled() method in ITvInputSessionWrapper
H A DITvInputManager.aidl85 void setInteractiveAppNotificationEnabled(in IBinder sessionToken, boolean enabled, int userId); in setInteractiveAppNotificationEnabled() method
H A DTvView.java550 public void setInteractiveAppNotificationEnabled(boolean enabled) { in setInteractiveAppNotificationEnabled() method in TvView
552 mSession.setInteractiveAppNotificationEnabled(enabled); in setInteractiveAppNotificationEnabled()
H A DTvInputManager.java3099 public void setInteractiveAppNotificationEnabled(boolean enabled) {
3105 mService.setInteractiveAppNotificationEnabled(mToken, enabled, mUserId);
H A DTvInputService.java1879 void setInteractiveAppNotificationEnabled(boolean enabled) { in setInteractiveAppNotificationEnabled() method in TvInputService.Session
/aosp14/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java1884 public void setInteractiveAppNotificationEnabled( in setInteractiveAppNotificationEnabled() method in TvInputManagerService.BinderService
1894 .setInteractiveAppNotificationEnabled(enabled); in setInteractiveAppNotificationEnabled()
/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.txt27619 method public void setInteractiveAppNotificationEnabled(boolean);