Searched defs:entryEndUtcMillis (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java87 public final long entryEndUtcMillis; field in class:ProgramManager.TableEntry
101 long entryEndUtcMillis, boolean isBlocked) {
102 this(channelId, program, null, entryStartUtcMillis, entryEndUtcMillis, isBlocked);
106 long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) {
111 this.entryEndUtcMillis = entryEndUtcMillis;
119 // using a negative entryEndUtcMillis keeps it from conflicting with program Id
120 return program != null ? program.getId() : -entryEndUtcMillis;
142 return entryStartUtcMillis <= current && entryEndUtcMillis > current;
156 return GuideUtils.convertMillisToPixel(entryStartUtcMillis, entryEndUtcMillis);
100 TableEntry(long channelId, Program program, long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) argument
105 TableEntry(long channelId, Program program, ScheduledRecording scheduledRecording, long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) argument
[all...]

Completed in 9 milliseconds