Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
DApplicationsState.java1366 if (entry.sizeLoadStart == 0 || in handleMessage()
1367 (entry.sizeLoadStart < (now - 20 * 1000))) { in handleMessage()
1374 entry.sizeLoadStart = now; in handleMessage()
1460 entry.sizeLoadStart = 0;
1688 public long sizeLoadStart; field in ApplicationsState.AppEntry