TvContractTest.java | 32 import android.media.tv.TvContract.Programs.Genres; 93 private static final String ENCODED_GENRE_STRING = Genres.ANIMAL_WILDLIFE + "," + Genres.COMEDY 94 + "," + Genres.DRAMA + "," + Genres.EDUCATION + "," + Genres.FAMILY_KIDS + "," 95 + Genres.GAMING + "," + Genres.MOVIES + "," + Genres.NEWS + "," + Genres.SHOPPING + ", 1236 List genres = Arrays.asList(Genres.decode(ENCODED_GENRE_STRING)); local 1265 String[] genres = new String[] {EMPTY_GENRE}; local 1278 String[] genres = new String[] {EMPTY_GENRE, local 1303 String[] genres = new String[] {EMPTY_GENRE, local 1324 String[] genres = new String[] {EMPTY_GENRE, local [all...] |