Loading media/java/android/media/tv/interactive/ITvInteractiveAppSessionWrapper.java +3 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,9 @@ public class ITvInteractiveAppSessionWrapper break; } case DO_NOTIFY_CONTENT_BLOCKED: { mSessionImpl.notifyContentBlocked((TvContentRating) msg.obj); String contentRating = (String) msg.obj; mSessionImpl.notifyContentBlocked( TvContentRating.unflattenFromString(contentRating)); break; } case DO_NOTIFY_SIGNAL_STRENGTH: { Loading Loading
media/java/android/media/tv/interactive/ITvInteractiveAppSessionWrapper.java +3 −1 Original line number Diff line number Diff line Loading @@ -267,7 +267,9 @@ public class ITvInteractiveAppSessionWrapper break; } case DO_NOTIFY_CONTENT_BLOCKED: { mSessionImpl.notifyContentBlocked((TvContentRating) msg.obj); String contentRating = (String) msg.obj; mSessionImpl.notifyContentBlocked( TvContentRating.unflattenFromString(contentRating)); break; } case DO_NOTIFY_SIGNAL_STRENGTH: { Loading