OSDN Git Service

TIF: optimize android.media.tv.Tvcontract.Programs.Genres#decode
authorJiabin <jiabin@google.com>
Fri, 19 Feb 2016 06:13:50 +0000 (15:13 +0900)
committerJiabin <jiabin@google.com>
Sat, 20 Feb 2016 05:22:33 +0000 (14:22 +0900)
commit0388f0e503c2b38834aefdb2189f558e1060252b
tree4b44fd7e43b99c80de5f1dc101f2af4238893944
parent2e5cdb5214af9c450ff1221fe4f313e2ee27c276
TIF: optimize android.media.tv.Tvcontract.Programs.Genres#decode

test result:
 Decode function takes about 0.25 seconds with 1350 channels in Live Channels.
 The original one takes about 0.37 seconds in the same test case.

Bug: 23307587
Change-Id: I3a1fefe0b3e6c1986c8f515259658f2e3e23011f
media/java/android/media/tv/TvContract.java