Home
last modified time | relevance | path

Searched refs:COLUMN_END_TIME_UTC_MILLIS (Results 1 – 21 of 21) sorted by relevance

/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() argument
323 WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS, in sWatchedProgramProjectionMap.put() argument
324 WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS); in sWatchedProgramProjectionMap.put()
360 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in sRecordedProgramProjectionMap.put() argument
361 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS); in sRecordedProgramProjectionMap.put()
678 + RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS
1095 + Programs.COLUMN_END_TIME_UTC_MILLIS in onCreate()
1179 + Programs.COLUMN_END_TIME_UTC_MILLIS in onCreate()
1199 + WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS in onCreate()
1974 + Programs.COLUMN_END_TIME_UTC_MILLIS in createSqlParams()
[all …]
/packages/providers/TvProvider/tests/src/com/android/providers/tv/
DDatabaseHelperTest.java151 + TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS + " INTEGER," in onCreate()
182 + "(" + TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS + ");"); in onCreate()
193 + TvContract.WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS + " INTEGER," in onCreate()
DEpgDataCleanupServiceTests.java145 values.put(Programs.COLUMN_END_TIME_UTC_MILLIS, program.endTime); in insertPrograms()
156 Programs.COLUMN_END_TIME_UTC_MILLIS, in queryPrograms()
/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java261 sProgramProjectionMap.put(Programs.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
262 Programs.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
314 sWatchedProgramProjectionMap.put(WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
315 WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
346 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
347 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
620 + RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS + " INTEGER,"
848 + Programs.COLUMN_END_TIME_UTC_MILLIS + " INTEGER," in onCreate()
886 + "(" + Programs.COLUMN_END_TIME_UTC_MILLIS + ");"); in onCreate()
897 + WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS + " INTEGER," in onCreate()
[all …]
DEpgDataCleanupService.java82 Programs.COLUMN_END_TIME_UTC_MILLIS + "<?", in clearOldPrograms()
/packages/apps/TV/tests/common/src/com/android/tv/testing/data/
DProgramUtils.java99 values.put(Programs.COLUMN_END_TIME_UTC_MILLIS, timeMs + programAt.durationMs); in populatePrograms()
124 String[] projection = {Programs.COLUMN_END_TIME_UTC_MILLIS}; in getLastProgramEndTimeMs()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/
DTunerRecordingSessionWorker.java95 + TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS;
130 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
605 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in insertRecordedProgram()
623 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in updateRecordedProgramStateFinished()
DTunerRecordingSessionWorkerExoV2.java95 + TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS;
130 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
605 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in insertRecordedProgram()
623 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in updateRecordedProgramStateFinished()
/packages/apps/TV/tests/input/src/com/android/tv/testinput/
DTestTvInputService.java395 Programs.COLUMN_END_TIME_UTC_MILLIS,
508 values.put(Programs.COLUMN_END_TIME_UTC_MILLIS, c.getLong(index++)); in onStopRecording()
517 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in onStopRecording()
/packages/apps/TV/src/com/android/tv/search/
DTvProviderSearch.java304 Programs.COLUMN_END_TIME_UTC_MILLIS in fillProgramInfo()
369 Programs.COLUMN_END_TIME_UTC_MILLIS, in searchPrograms()
376 sb.append(Programs.COLUMN_END_TIME_UTC_MILLIS).append(">=? AND ("); in searchPrograms()
/packages/apps/TV/src/com/android/tv/dvr/data/
DScheduledRecording.java410 Schedules.COLUMN_END_TIME_UTC_MILLIS,
437 Schedules.COLUMN_END_TIME_UTC_MILLIS,
517 values.put(Schedules.COLUMN_END_TIME_UTC_MILLIS, r.getEndTimeMs()); in toContentValues()
547 values.put(Schedules.COLUMN_END_TIME_UTC_MILLIS, r.getEndTimeMs()); in toContentValuesWithTimeOffset()
DRecordedProgram.java68 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS,
153 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, recordedProgram.getEndTimeUtcMillis()); in toValues()
/packages/apps/TV/src/com/android/tv/data/
DProgramImpl.java73 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
101 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
576 values.put(TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS, program.getEndTimeUtcMillis()); in toContentValues()
DProgramDataManager.java98 + Programs.COLUMN_END_TIME_UTC_MILLIS;
104 + Programs.COLUMN_END_TIME_UTC_MILLIS
/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
DEpisodicProgramLoadTask.java68 Programs.COLUMN_END_TIME_UTC_MILLIS
DDvrDatabaseHelper.java75 Schedules.COLUMN_END_TIME_UTC_MILLIS,
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java62 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
570 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS, in buildContentProviderOperation()
/packages/apps/TV/tests/robotests/src/com/android/tv/data/epg/
DEpgFetcherImplTest.java117 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java507 TvContract.RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in addRecordedProgramId()
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java410 cursor.getColumnIndex(TvContract.WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS); in createWatchedProgramFromWatchedProgramCursor()