Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramManager.java67 private long mEndUtcMillis; field in ProgramManager
292 if (endUtcMillis > mEndUtcMillis) { in updateInitialTimeRange()
293 mEndUtcMillis = endUtcMillis; in updateInitialTimeRange()
312 if (toUtcMillis > mEndUtcMillis) { in shiftTime()
313 fromUtcMillis -= toUtcMillis - mEndUtcMillis; in shiftTime()
314 toUtcMillis = mEndUtcMillis; in shiftTime()
485 if (mEndUtcMillis < lastEntry.entryEndUtcMillis in updateTableEntriesWithoutNotification()
487 mEndUtcMillis = lastEntry.entryEndUtcMillis; in updateTableEntriesWithoutNotification()
490 if (mEndUtcMillis > mStartUtcMillis) { in updateTableEntriesWithoutNotification()
495 entries.add(new TableEntry(channelId, mStartUtcMillis, mEndUtcMillis)); in updateTableEntriesWithoutNotification()
[all …]