Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java1278 if (entry.sizeLoadStart == 0 || in handleMessage()
1279 (entry.sizeLoadStart < (now - 20 * 1000))) { in handleMessage()
1286 entry.sizeLoadStart = now; in handleMessage()
1372 entry.sizeLoadStart = 0;
1584 public long sizeLoadStart; field in ApplicationsState.AppEntry