| java.lang.Object | |
| ↳ | android.media.tv.TvContract.Programs.Genres |
Canonical genres for TV programs.
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| String | ANIMAL_WILDLIFE | The genre for Animal/Wildlife. | |||||||||
| String | ARTS | The genre for Arts. | |||||||||
| String | COMEDY | The genre for Comedy. | |||||||||
| String | DRAMA | The genre for Drama. | |||||||||
| String | EDUCATION | The genre for Education. | |||||||||
| String | ENTERTAINMENT | The genre for Entertainment. | |||||||||
| String | FAMILY_KIDS | The genre for Family/Kids. | |||||||||
| String | GAMING | The genre for Gaming. | |||||||||
| String | LIFE_STYLE | The genre for Life Style. | |||||||||
| String | MOVIES | The genre for Movies. | |||||||||
| String | MUSIC | The genre for Music. | |||||||||
| String | NEWS | The genre for News. | |||||||||
| String | PREMIER | The genre for Premier. | |||||||||
| String | SHOPPING | The genre for Shopping. | |||||||||
| String | SPORTS | The genre for Sports. | |||||||||
| String | TECH_SCIENCE | The genre for Tech/Science. | |||||||||
| String | TRAVEL | The genre for Travel. | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Decodes the canonical genre strings from the text stored in the database.
| |||||||||||
Encodes canonical genre strings to a text that can be put into the database.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
The genre for Animal/Wildlife.
The genre for Comedy.
The genre for Education.
The genre for Entertainment.
The genre for Family/Kids.
The genre for Gaming.
The genre for Life Style.
The genre for Movies.
The genre for Premier.
The genre for Shopping.
The genre for Sports.
The genre for Tech/Science.
The genre for Travel.
Decodes the canonical genre strings from the text stored in the database.
| genres | The encoded genre string retrieved from the
COLUMN_CANONICAL_GENRE column. |
|---|
Encodes canonical genre strings to a text that can be put into the database.
| genres | Canonical genre strings. Use the strings defined in this class. |
|---|
COLUMN_CANONICAL_GENRE column.