Home
last modified time | relevance | path

Searched defs:COLUMN_END_TIME_UTC_MILLIS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/dvr/provider/
DDvrContract.java177 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in DvrContract.Schedules
/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java276 Programs.COLUMN_END_TIME_UTC_MILLIS, Programs.COLUMN_END_TIME_UTC_MILLIS); in sProgramProjectionMap.put()
323 WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS, in sWatchedProgramProjectionMap.put()
360 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in sRecordedProgramProjectionMap.put()
2560 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in FakeTvProvider.WatchedPrograms