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

/packages/apps/TV/src/com/android/tv/
H A DTimeShiftManager.java840 private int mEmptyFetchCount = 0; field in class:TimeShiftManager.ProgramManager
858 mEmptyFetchCount = 0;
1117 switch (mEmptyFetchCount) {
1133 "No last valid program. Already tried " + mEmptyFetchCount + " times");
1185 mEmptyFetchCount++;
1193 mEmptyFetchCount = 0;

Completed in 206 milliseconds