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
307 if (endUtcMillis > mEndUtcMillis) { in updateInitialTimeRange()
308 mEndUtcMillis = endUtcMillis; in updateInitialTimeRange()
324 if (toUtcMillis > mEndUtcMillis) { in shiftTime()
325 fromUtcMillis -= toUtcMillis - mEndUtcMillis; in shiftTime()
326 toUtcMillis = mEndUtcMillis; in shiftTime()
494 if (mEndUtcMillis < lastEntry.entryEndUtcMillis in updateTableEntriesWithoutNotification()
496 mEndUtcMillis = lastEntry.entryEndUtcMillis; in updateTableEntriesWithoutNotification()
499 if (mEndUtcMillis > mStartUtcMillis) { in updateTableEntriesWithoutNotification()
504 entries.add(new TableEntry(channelId, mStartUtcMillis, mEndUtcMillis)); in updateTableEntriesWithoutNotification()
[all …]