diff options
author | Jae Seo <jaeseo@google.com> | 2015-03-11 19:29:46 -0700 |
---|---|---|
committer | Jae Seo <jaeseo@google.com> | 2015-05-11 22:14:04 -0700 |
commit | a90338396c90f19b062b696cdb1ffcb8600755b2 (patch) | |
tree | d6e394b42fb09221ebde1c76df734a20af0f5e46 /api | |
parent | cf1b4c77de26f0d3c0d8a9a037d43d49bd016540 (diff) | |
download | frameworks_base-a90338396c90f19b062b696cdb1ffcb8600755b2.zip frameworks_base-a90338396c90f19b062b696cdb1ffcb8600755b2.tar.gz frameworks_base-a90338396c90f19b062b696cdb1ffcb8600755b2.tar.bz2 |
TIF: Rename requestUnblockContent to unblockContent
The method TvView.requestUnblockContent doesn't match the name of the
corresponding method in TvInputService, onUnblockContent, hence changed
the name to make it consistent with the current naming scheme.
This change deprecated the requestUnblockContent method as the first
step.
Bug: 19337627
Change-Id: I530209c4dca66305da90ffded7199fa3c1c1780c
Diffstat (limited to 'api')
-rw-r--r-- | api/system-current.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/api/system-current.txt b/api/system-current.txt index 81a43c1..8fe3ac7 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -19375,7 +19375,7 @@ package android.media.tv { method public java.util.List<android.media.tv.TvTrackInfo> getTracks(int); method protected void onLayout(boolean, int, int, int, int); method public boolean onUnhandledInputEvent(android.view.InputEvent); - method public void requestUnblockContent(android.media.tv.TvContentRating); + method public deprecated void requestUnblockContent(android.media.tv.TvContentRating); method public void reset(); method public void selectTrack(int, java.lang.String); method public void sendAppPrivateCommand(java.lang.String, android.os.Bundle); @@ -19393,6 +19393,7 @@ package android.media.tv { method public void timeShiftSetPlaybackRate(float, int); method public void tune(java.lang.String, android.net.Uri); method public void tune(java.lang.String, android.net.Uri, android.os.Bundle); + method public void unblockContent(android.media.tv.TvContentRating); } public static abstract interface TvView.OnUnhandledInputEventListener { |