Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DApplicationsState.java113 long sizeLoadStart; field in ApplicationsState.AppEntry
821 entry.sizeLoadStart = 0;
962 if (entry.sizeLoadStart == 0 || in handleMessage()
963 (entry.sizeLoadStart < (now-20*1000))) { in handleMessage()
970 entry.sizeLoadStart = now; in handleMessage()