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.aidl73 void notifyContentBlocked(in String rating); in notifyContentBlocked() method
DITvInteractiveAppSessionWrapper.java585 public void notifyContentBlocked(String rating) { in notifyContentBlocked() method in ITvInteractiveAppSessionWrapper
DITvInteractiveAppManager.aidl95 void notifyContentBlocked(in IBinder sessionToken, in String rating, int userId); in notifyContentBlocked() method
DTvInteractiveAppService.java1899 void notifyContentBlocked(TvContentRating rating) { in notifyContentBlocked() method in TvInteractiveAppService.Session
DTvInteractiveAppManager.java1806 public void notifyContentBlocked(TvContentRating rating) { in notifyContentBlocked() method in TvInteractiveAppManager.Session
/frameworks/base/media/java/android/media/tv/
DTvInputService.java932 public void notifyContentBlocked(@NonNull final TvContentRating rating) { in notifyContentBlocked() method in TvInputService.Session
/frameworks/base/services/core/java/com/android/server/tv/interactive/
DTvInteractiveAppManagerService.java1886 public void notifyContentBlocked(IBinder sessionToken, String rating, int userId) { in notifyContentBlocked() method in TvInteractiveAppManagerService.BinderService