TvContract.BaseTvColumns


public static interface TvContract.BaseTvColumns
implements BaseColumns

android.media.tv.TvContract.BaseTvColumns
TvContract.Channels Column definitions for the TV channels table. 
TvContract.PreviewPrograms Column definitions for the preview TV programs table. 
TvContract.Programs Column definitions for the TV programs table. 
TvContract.RecordedPrograms Column definitions for the recorded TV programs table. 
TvContract.WatchNextPrograms Column definitions for the "watch next" TV programs table. 


Common base for the tables of TV channels/programs.

Summary

Constants

String COLUMN_PACKAGE_NAME

The name of the package that owns the current row.

Inherited constants

String _COUNT

The count of rows in a directory.

String _ID

The unique ID for a row.

Constants

COLUMN_PACKAGE_NAME

Added in API level 21
public static final String COLUMN_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

Constant Value: "package_name"