Searched refs:hasPendingUiClean (Results 1 – 7 of 7) sorted by relevance
1369 if (mHasShownUi || mApp.mProfile.hasPendingUiClean()) { in dump()1371 pw.print(" pendingUiClean="); pw.println(mApp.mProfile.hasPendingUiClean()); in dump()
479 boolean hasPendingUiClean() { in hasPendingUiClean() method in ProcessProfileRecord
1443 && app.mProfile.hasPendingUiClean()) { in updateLowMemStateLSP()1463 || app.mState.isSystemNoUi()) && app.mProfile.hasPendingUiClean()) { in trimMemoryUiHiddenIfNecessaryLSP()
523 public void setPendingUiClean(boolean hasPendingUiClean) { in setPendingUiClean() argument524 mPendingUiClean = hasPendingUiClean; in setPendingUiClean()527 boolean hasPendingUiClean() { in hasPendingUiClean() method in WindowProcessController
1459 callerApp.hasPendingUiClean() ? 1 : 0); in logAbortedBgActivityStart()
572 Lcom/android/server/am/ProcessRecord;->hasPendingUiClean()Z
6741 HPLcom/android/server/am/ProcessProfileRecord;->hasPendingUiClean()Z