Home
last modified time | relevance | path

Searched defs:notifyContentBlocked (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/media/java/android/media/tv/interactive/
DITvInteractiveAppSession.aidl71 void notifyContentBlocked(in String rating); in notifyContentBlocked() method
DITvInteractiveAppSessionWrapper.java549 public void notifyContentBlocked(String rating) { in notifyContentBlocked() method in ITvInteractiveAppSessionWrapper
DITvInteractiveAppManager.aidl92 void notifyContentBlocked(in IBinder sessionToken, in String rating, int userId); in notifyContentBlocked() method
DTvInteractiveAppService.java1742 void notifyContentBlocked(TvContentRating rating) { in notifyContentBlocked() method in TvInteractiveAppService.Session
DTvInteractiveAppManager.java1728 public void notifyContentBlocked(TvContentRating rating) { in notifyContentBlocked() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java900 public void notifyContentBlocked(@NonNull final TvContentRating rating) { in notifyContentBlocked() method in TvInputService.Session
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java1076 public void notifyContentBlocked(IBinder sessionToken, String rating, int userId) { in notifyContentBlocked() method in TvInteractiveAppManagerService.BinderService