Home
last modified time | relevance | path

Searched defs:COLUMN_START_TIME_UTC_MILLIS (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetchHelper.java216 Programs.COLUMN_START_TIME_UTC_MILLIS)) { in queryPrograms()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrContract.java169 public static final String COLUMN_START_TIME_UTC_MILLIS = "start_time_utc_millis"; field in DvrContract.Schedules
/packages/apps/TV/tests/common/src/com/android/tv/testing/
DFakeTvProvider.java274 Programs.COLUMN_START_TIME_UTC_MILLIS, Programs.COLUMN_START_TIME_UTC_MILLIS); in sProgramProjectionMap.put()
320 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS, in sWatchedProgramProjectionMap.put()
357 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, in sRecordedProgramProjectionMap.put()
2551 public static final String COLUMN_START_TIME_UTC_MILLIS = "start_time_utc_millis"; field in FakeTvProvider.WatchedPrograms