Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DAppProfiler.java211 private boolean mFullPssOrRssPending = false; field in AppProfiler
630 if (mFullPssOrRssPending) { in collectPssInBackground()
631 mFullPssOrRssPending = false; in collectPssInBackground()
764 if (mFullPssOrRssPending) { in collectRssInBackground()
765 mFullPssOrRssPending = false; in collectRssInBackground()
1283 mFullPssOrRssPending = true; in requestPssAllProcsLPr()