TvContractCompat.BaseTvColumns
public interface TvContractCompat.BaseTvColumns extends BaseColumns
TvContractCompat.Channels |
Column definitions for the TV channels table. |
TvContractCompat.PreviewPrograms |
Column definitions for the preview TV programs table. |
TvContractCompat.Programs |
Column definitions for the TV programs table. |
TvContractCompat.RecordedPrograms |
Column definitions for the recorded TV programs table. |
TvContractCompat.WatchNextPrograms |
Column definitions for the "watch next" TV programs table. |
Common base for the tables of TV channels/programs.
Summary
Constants |
|
|---|---|
default static final String |
COLUMN_PACKAGE_NAME = "package_name"The name of the package that owns the current row. |
Inherited Constants |
|---|
Constants
COLUMN_PACKAGE_NAME
default static final String COLUMN_PACKAGE_NAME = "package_name"
The name of the package that owns the current row.
The TV provider fills in this column with the name of the package that provides the initial data of the row. If the package is later uninstalled, the rows it owns are automatically removed from the tables.
Type: TEXT