OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notifycontentblocked
(Results
1 - 9
of
9
) sorted by null
/frameworks/base/docs/html/training/tv/tif/
ui.jd
231
notifyContentBlocked
(mCurrentContentRating);
239
{@link android.media.tv.TvInputService.Session#
notifyContentBlocked
(android.media.tv.TvContentRating)
notifyContentBlocked
()}
/cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
MockTvInputService.java
359
notifyContentBlocked
(sRating);
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/
RichTvInputService.java
369
notifyContentBlocked
(mCurrentContentRating);
/frameworks/base/media/java/android/media/tv/
TvInputService.java
539
* @see #
notifyContentBlocked
586
public void
notifyContentBlocked
(@NonNull final TvContentRating rating) {
593
if (DEBUG) Log.d(TAG, "
notifyContentBlocked
");
598
Log.w(TAG, "error in
notifyContentBlocked
", e);
[
all
...]
TvView.java
376
* @see TvInputService.Session#
notifyContentBlocked
(TvContentRating)
389
* @see TvInputService.Session#
notifyContentBlocked
(TvContentRating)
[
all
...]
TvContentRating.java
791
* {@link TvInputService.Session#
notifyContentBlocked
} with the same constant notifies
[
all
...]
/cts/tests/tests/tv/src/android/media/tv/cts/
TvInputServiceTest.java
[
all
...]
/docs/source.android.com/src/devices/tv/
index.jd
366
<code>
notifyContentBlocked
(TvContentRating)</code>. If the content should not
/packages/apps/TV/usbtuner/src/com/android/usbtuner/tvinput/
TunerSessionWorker.java
[
all
...]
Completed in 430 milliseconds