OSDN Git Service

TIF: Make TvTrackInfo methods more explicit.
authorJae Seo <jaeseo@google.com>
Thu, 24 Jul 2014 22:54:23 +0000 (15:54 -0700)
committerDongwon Kang <dwkang@google.com>
Thu, 31 Jul 2014 07:15:51 +0000 (16:15 +0900)
commitd5ce9759524740cfb02638fd1d7b44315957b422
tree2bbb5cf248d1773d90dacc9e2ca1868507937de8
parent8d367bcd2281286ec3b8895ade17e839720a8bd9
TIF: Make TvTrackInfo methods more explicit.

This change addresses the following API council feedback:

TvTrackInfo:
-- Remove all KEY_/VALUE_ constants, and replace with explicit,
   strongly-typed accessor methods.
-- Add additional Bundle getExtras() method (in addition to the explicit
   types); most of the time this Bundle will be null.

Bug: 16542165
Change-Id: Ie48cb170b2bbf07d9460fdc8ed77d7db01799772
api/current.txt
media/java/android/media/tv/ITvInputClient.aidl
media/java/android/media/tv/ITvInputSessionCallback.aidl
media/java/android/media/tv/TvInputManager.java
media/java/android/media/tv/TvInputService.java
media/java/android/media/tv/TvTrackInfo.java
media/java/android/media/tv/TvView.java
services/core/java/com/android/server/tv/TvInputManagerService.java