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

/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
H A DApplicationsState.java127 long sizeLoadStart; field in class:ApplicationsState.AppEntry
600 entry.sizeLoadStart = 0;
696 if (entry.sizeLoadStart == 0
697 || (entry.sizeLoadStart < (now - 20 * 1000))) {
704 entry.sizeLoadStart = now;
/packages/apps/Settings/src/com/android/settings/applications/
H A DApplicationsState.java114 long sizeLoadStart; field in class:ApplicationsState.AppEntry
887 entry.sizeLoadStart = 0;
1028 if (entry.sizeLoadStart == 0 ||
1029 (entry.sizeLoadStart < (now-20*1000))) {
1036 entry.sizeLoadStart = now;

Completed in 12 milliseconds