Home
last modified time | relevance | path

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

/packages/providers/TvProvider/src/com/android/providers/tv/
DTvProvider.java259 sProgramProjectionMap.put(Programs.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
260 Programs.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
306 sWatchedProgramProjectionMap.put(WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
307 WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
338 sRecordedProgramProjectionMap.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in initProjectionMaps()
339 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS); in initProjectionMaps()
606 + RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS + " INTEGER,"
830 + Programs.COLUMN_END_TIME_UTC_MILLIS + " INTEGER," in onCreate()
865 + "(" + Programs.COLUMN_END_TIME_UTC_MILLIS + ");"); in onCreate()
876 + 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/
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/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.java90 + TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS;
125 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
591 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in insertRecordedProgram()
614 values.put(RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, endTime); in updateRecordedProgram()
/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/provider/
DDvrDatabaseHelper.java64 + Schedules.COLUMN_END_TIME_UTC_MILLIS
158 new ColumnInfo(Schedules.COLUMN_END_TIME_UTC_MILLIS, SQL_DATA_TYPE_LONG),
DDvrContract.java178 public static final String COLUMN_END_TIME_UTC_MILLIS = "end_time_utc_millis"; field in DvrContract.Schedules
DEpisodicProgramLoadTask.java65 Programs.COLUMN_END_TIME_UTC_MILLIS
/packages/apps/TV/src/com/android/tv/data/
DProgram.java71 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
99 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
569 values.put(TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS, program.getEndTimeUtcMillis()); in toContentValues()
DProgramDataManager.java88 + Programs.COLUMN_END_TIME_UTC_MILLIS;
/packages/apps/TV/src/com/android/tv/dvr/data/
DRecordedProgram.java67 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS,
152 RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, recordedProgram.getEndTimeUtcMillis()); in toValues()
DScheduledRecording.java389 Schedules.COLUMN_END_TIME_UTC_MILLIS,
439 values.put(Schedules.COLUMN_END_TIME_UTC_MILLIS, r.getEndTimeMs()); in toContentValues()
/packages/apps/TV/tuner/src/com/android/tv/tuner/tvinput/datamanager/
DChannelDataManager.java63 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS,
565 TvContract.Programs.COLUMN_END_TIME_UTC_MILLIS, in buildContentProviderOperation()
/packages/apps/TV/src/com/android/tv/recommendation/
DRecommendationDataManager.java404 cursor.getColumnIndex(TvContract.WatchedPrograms.COLUMN_END_TIME_UTC_MILLIS); in createWatchedProgramFromWatchedProgramCursor()
/packages/apps/TV/src/com/android/tv/dvr/recorder/
DRecordingTask.java507 TvContract.RecordedPrograms.COLUMN_END_TIME_UTC_MILLIS, in addRecordedProgramId()