Searched refs:PROGRAM_START_TIME_THRESHOLD (Results 1 - 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java122 private static final long PROGRAM_START_TIME_THRESHOLD = TimeUnit.SECONDS.toMillis(3); field in class:TimeShiftManager
303 * (={@link #PROGRAM_START_TIME_THRESHOLD})from the start time of the program, it goes to
314 mCurrentPositionMediator.mCurrentPositionMs - PROGRAM_START_TIME_THRESHOLD);

Completed in 38 milliseconds