Home
last modified time | relevance | path

Searched refs:COLUMN_START_TIME_UTC_MILLIS (Results 1 – 22 of 22) sorted by relevance

/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/
DFakeTvProvider.java102 Programs.COLUMN_START_TIME_UTC_MILLIS + " ASC";
274 Programs.COLUMN_START_TIME_UTC_MILLIS, Programs.COLUMN_START_TIME_UTC_MILLIS); in sProgramProjectionMap.put() argument
320 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS, in sWatchedProgramProjectionMap.put() argument
321 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS); in sWatchedProgramProjectionMap.put()
357 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, in sRecordedProgramProjectionMap.put() argument
358 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS); in sRecordedProgramProjectionMap.put()
676 + RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS
1093 + Programs.COLUMN_START_TIME_UTC_MILLIS in onCreate()
1171 + Programs.COLUMN_START_TIME_UTC_MILLIS in onCreate()
1197 + WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS in onCreate()
[all …]
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java113 private static final String DEFAULT_PROGRAMS_SORT_ORDER = Programs.COLUMN_START_TIME_UTC_MILLIS
259 sProgramProjectionMap.put(Programs.COLUMN_START_TIME_UTC_MILLIS, in initProjectionMaps()
260 Programs.COLUMN_START_TIME_UTC_MILLIS); in initProjectionMaps()
312 sWatchedProgramProjectionMap.put(WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS, in initProjectionMaps()
313 WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS); in initProjectionMaps()
344 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, in initProjectionMaps()
345 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS); in initProjectionMaps()
619 + RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS + " INTEGER,"
847 + Programs.COLUMN_START_TIME_UTC_MILLIS + " INTEGER," in onCreate()
884 + "(" + Programs.COLUMN_START_TIME_UTC_MILLIS + ");"); in onCreate()
[all …]
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DDatabaseHelperTest.java150 + TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS + " INTEGER," in onCreate()
179 + "(" + TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS + ");"); in onCreate()
192 + TvContract.WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS + " INTEGER," in onCreate()
DEpgDataCleanupServiceTests.java144 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, program.startTime); in insertPrograms()
155 Programs.COLUMN_START_TIME_UTC_MILLIS, in queryPrograms()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java303 Programs.COLUMN_START_TIME_UTC_MILLIS, in fillProgramInfo()
368 Programs.COLUMN_START_TIME_UTC_MILLIS, in searchPrograms()
375 sb.append(Programs.COLUMN_START_TIME_UTC_MILLIS).append("<=? AND "); in searchPrograms()
608 + WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS in getMaxWatchStartTime()
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java394 Programs.COLUMN_START_TIME_UTC_MILLIS,
507 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, c.getLong(index++)); in onStopRecording()
516 values.put(RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, startTime); in onStopRecording()
/packages/apps/TV/src/com/android/tv/dvr/provider/
DEpisodicProgramLoadTask.java55 ProgramImpl.getColumnIndex(Programs.COLUMN_START_TIME_UTC_MILLIS);
63 Programs.COLUMN_START_TIME_UTC_MILLIS
DDvrContract.java168 public static final String COLUMN_START_TIME_UTC_MILLIS = "start_time_utc_millis"; field in DvrContract.Schedules
DDvrDatabaseHelper.java71 Schedules.COLUMN_START_TIME_UTC_MILLIS,
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java409 Schedules.COLUMN_START_TIME_UTC_MILLIS,
436 Schedules.COLUMN_START_TIME_UTC_MILLIS,
516 values.put(Schedules.COLUMN_START_TIME_UTC_MILLIS, r.getStartTimeMs()); in toContentValues()
546 values.put(Schedules.COLUMN_START_TIME_UTC_MILLIS, r.getStartTimeMs()); in toContentValuesWithTimeOffset()
DRecordedProgram.java67 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
150 RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, in toValues()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java91 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS
129 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
604 values.put(RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, startTime); in insertRecordedProgram()
DTunerRecordingSessionWorkerExoV2.java92 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS
130 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
607 values.put(RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS, startTime); in insertRecordedProgram()
DTunerSessionWorkerExoV2.java689 TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
DTunerSessionWorker.java694 TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java72 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
100 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
575 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS, program.getStartTimeUtcMillis()); in toContentValues()
DProgramDataManager.java94 Programs.COLUMN_START_TIME_UTC_MILLIS
102 + Programs.COLUMN_START_TIME_UTC_MILLIS
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramUtils.java98 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, timeMs); in populatePrograms()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java61 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
567 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS, in buildContentProviderOperation()
/packages/apps/TV/src/com/android/tv/data/epg/
DEpgFetchHelper.java219 Programs.COLUMN_START_TIME_UTC_MILLIS)) { in queryPrograms() argument
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java116 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java408 cursor.getColumnIndex(TvContract.WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS); in createWatchedProgramFromWatchedProgramCursor()