Home | History | Annotate | Download | only in am

Lines Matching refs:hasShownUi

118     boolean hasShownUi;         // Has UI been shown in this process since it was started?
309 if (hasShownUi || pendingUiClean || hasAboveClient || treatLikeActivity) {
310 pw.print(prefix); pw.print("hasShownUi="); pw.print(hasShownUi);