Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java193 private final ArrayList<ProcessProfileRecord> mPendingPssOrRssProfiles = new ArrayList<>(); field in AppProfiler
684 if (mPendingPssOrRssProfiles.size() <= 0) { in collectPssInBackground()
690 mPendingPssOrRssProfiles.clear(); in collectPssInBackground()
693 profile = mPendingPssOrRssProfiles.remove(0); in collectPssInBackground()
825 if (mPendingPssOrRssProfiles.size() <= 0) { in collectRssInBackground()
831 mPendingPssOrRssProfiles.clear(); in collectRssInBackground()
834 profile = mPendingPssOrRssProfiles.remove(0); in collectRssInBackground()
1204 if (mPendingPssOrRssProfiles.contains(profile)) { in requestPssLPf()
1207 if (mPendingPssOrRssProfiles.size() == 0) { in requestPssLPf()
1219 mPendingPssOrRssProfiles.add(profile); in requestPssLPf()
[all …]