diff options
Diffstat (limited to 'api')
| -rw-r--r-- | api/current.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/current.txt b/api/current.txt index ea69ebc..93bcd58 100644 --- a/api/current.txt +++ b/api/current.txt @@ -17065,16 +17065,16 @@ package android.media.tv { field public static final java.lang.String SERVICE_META_DATA = "android.media.tv.input"; } - public abstract class TvInputService.HardwareSession extends android.media.tv.TvInputService.Session { - ctor public TvInputService.HardwareSession(); + public static abstract class TvInputService.HardwareSession extends android.media.tv.TvInputService.Session { + ctor public TvInputService.HardwareSession(android.content.Context); method public abstract java.lang.String getHardwareInputId(); method public void onHardwareVideoAvailable(); method public void onHardwareVideoUnavailable(int); method public final boolean onSetSurface(android.view.Surface); } - public abstract class TvInputService.Session implements android.view.KeyEvent.Callback { - ctor public TvInputService.Session(); + public static abstract class TvInputService.Session implements android.view.KeyEvent.Callback { + ctor public TvInputService.Session(android.content.Context); method public void notifyChannelRetuned(android.net.Uri); method public void notifyContentAllowed(); method public void notifyContentBlocked(android.media.tv.TvContentRating); |
