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

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramManager.java137 oldEntry.entryEndUtcMillis, oldEntry.isBlocked());
149 oldEntry.entryStartUtcMillis, oldEntry.entryEndUtcMillis,
163 oldEntry.entryEndUtcMillis, oldEntry.isBlocked());
356 && time < entry.entryEndUtcMillis) {
485 if (mEndUtcMillis < lastEntry.entryEndUtcMillis
486 && lastEntry.entryEndUtcMillis != Long.MAX_VALUE) {
487 mEndUtcMillis = lastEntry.entryEndUtcMillis;
498 if (mEndUtcMillis > lastEntry.entryEndUtcMillis) {
499 entries.add(new TableEntry(channelId, lastEntry.entryEndUtcMillis,
501 } else if (lastEntry.entryEndUtcMillis
681 final long entryEndUtcMillis; field in class:ProgramManager.TableEntry
694 TableEntry(long channelId, Program program, long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) argument
699 TableEntry(long channelId, Program program, ScheduledRecording scheduledRecording, long entryStartUtcMillis, long entryEndUtcMillis, boolean isBlocked) argument
[all...]

Completed in 40 milliseconds