Searched refs:hasShownUi (Results 1 – 3 of 3) sorted by relevance
113 boolean hasShownUi; // Has UI been shown in this process since it was started? field in ProcessRecord299 if (hasShownUi || pendingUiClean || hasAboveClient || treatLikeActivity) { in dump()300 pw.print(prefix); pw.print("hasShownUi="); pw.print(hasShownUi); in dump()
6780 app.hasShownUi = false; in attachApplicationLocked()17911 app.hasShownUi = false;21051 if (app.hasShownUi && app != mHomeProcess) {21114 if (app.hasShownUi && app != mHomeProcess) {21147 if (app.hasShownUi && app != mHomeProcess21320 if (app.hasShownUi && app != mHomeProcess
1456 app.hasShownUi = true; in realStartActivityLocked()