/packages/apps/TV/tests/common/src/com/android/tv/testing/fakes/ |
D | FakeTvProvider.java | 102 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/ |
D | TvProvider.java | 113 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/ |
D | DatabaseHelperTest.java | 150 + 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()
|
D | EpgDataCleanupServiceTests.java | 144 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/ |
D | TvProviderSearch.java | 303 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/ |
D | TestTvInputService.java | 394 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/ |
D | EpisodicProgramLoadTask.java | 55 ProgramImpl.getColumnIndex(Programs.COLUMN_START_TIME_UTC_MILLIS); 63 Programs.COLUMN_START_TIME_UTC_MILLIS
|
D | DvrContract.java | 168 public static final String COLUMN_START_TIME_UTC_MILLIS = "start_time_utc_millis"; field in DvrContract.Schedules
|
D | DvrDatabaseHelper.java | 71 Schedules.COLUMN_START_TIME_UTC_MILLIS,
|
/packages/apps/TV/src/com/android/tv/dvr/data/ |
D | ScheduledRecording.java | 409 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()
|
D | RecordedProgram.java | 67 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/ |
D | TunerRecordingSessionWorker.java | 91 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()
|
D | TunerRecordingSessionWorkerExoV2.java | 92 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()
|
D | TunerSessionWorkerExoV2.java | 689 TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
|
D | TunerSessionWorker.java | 694 TvContract.RecordedPrograms.COLUMN_START_TIME_UTC_MILLIS,
|
/packages/apps/TV/src/com/android/tv/data/ |
D | ProgramImpl.java | 72 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()
|
D | ProgramDataManager.java | 94 Programs.COLUMN_START_TIME_UTC_MILLIS 102 + Programs.COLUMN_START_TIME_UTC_MILLIS
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/ |
D | ProgramUtils.java | 98 values.put(Programs.COLUMN_START_TIME_UTC_MILLIS, timeMs); in populatePrograms()
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/ |
D | ChannelDataManager.java | 61 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/ |
D | EpgFetchHelper.java | 219 Programs.COLUMN_START_TIME_UTC_MILLIS)) { in queryPrograms() argument
|
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/ |
D | EpgFetcherImplTest.java | 116 TvContract.Programs.COLUMN_START_TIME_UTC_MILLIS,
|
/packages/apps/TV/src/com/android/tv/recommendation/ |
D | RecommendationDataManager.java | 408 cursor.getColumnIndex(TvContract.WatchedPrograms.COLUMN_START_TIME_UTC_MILLIS); in createWatchedProgramFromWatchedProgramCursor()
|