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

/frameworks/base/media/java/android/media/tv/
H A DTvInputService.java538 * @see #notifyContentBlocked
585 public void notifyContentBlocked(@NonNull final TvContentRating rating) { method in class:TvInputService.Session
592 if (DEBUG) Log.d(TAG, "notifyContentBlocked");
597 Log.w(TAG, "error in notifyContentBlocked", e);

Completed in 41 milliseconds