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.java66 private long mEndUtcMillis; field in ProgramManager
317 if (endUtcMillis > mEndUtcMillis) { in updateInitialTimeRange()
318 mEndUtcMillis = endUtcMillis; in updateInitialTimeRange()
334 if (toUtcMillis > mEndUtcMillis) { in shiftTime()
335 fromUtcMillis -= toUtcMillis - mEndUtcMillis; in shiftTime()
336 toUtcMillis = mEndUtcMillis; in shiftTime()
505 if (mEndUtcMillis < lastEntry.entryEndUtcMillis in updateTableEntriesWithoutNotification()
507 mEndUtcMillis = lastEntry.entryEndUtcMillis; in updateTableEntriesWithoutNotification()
510 if (mEndUtcMillis > mStartUtcMillis) { in updateTableEntriesWithoutNotification()
515 entries.add(new TableEntry(channelId, mStartUtcMillis, mEndUtcMillis)); in updateTableEntriesWithoutNotification()
[all …]