Searched refs:hasPendingUiClean (Results 1 – 7 of 7) sorted by relevance
1326 if (mHasShownUi || mApp.mProfile.hasPendingUiClean()) { in dump()1328 pw.print(" pendingUiClean="); pw.println(mApp.mProfile.hasPendingUiClean()); in dump()
452 boolean hasPendingUiClean() { in hasPendingUiClean() method in ProcessProfileRecord
1227 || app.mState.isSystemNoUi()) && app.mProfile.hasPendingUiClean()) { in updateLowMemStateLSP()1329 || app.mState.isSystemNoUi()) && app.mProfile.hasPendingUiClean()) { in trimMemoryUiHiddenIfNecessaryLSP()
480 public void setPendingUiClean(boolean hasPendingUiClean) { in setPendingUiClean() argument481 mPendingUiClean = hasPendingUiClean; in setPendingUiClean()484 boolean hasPendingUiClean() { in hasPendingUiClean() method in WindowProcessController
1392 callerApp.hasPendingUiClean() ? 1 : 0); in logAbortedBgActivityStart()
572 Lcom/android/server/am/ProcessRecord;->hasPendingUiClean()Z
2064 HSPLcom/android/server/am/ProcessProfileRecord;->hasPendingUiClean()Z