Searched refs:mCanAddInternalSystemWindow (Results 1 – 3 of 3) sorted by relevance
110 final boolean mCanAddInternalSystemWindow; field in Session132 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()743 if (!mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay) { in onWindowSurfaceVisibilityChanged()838 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()867 if (hostInputToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()876 flags, mCanAddInternalSystemWindow ? privateFlags : 0, in grantInputChannel()890 mCanAddInternalSystemWindow ? privateFlags : 0, inputFeatures, region); in updateInputChannel()902 if (!mCanAddInternalSystemWindow) { in grantEmbeddedWindowFocus()
1525 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1534 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1609 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1615 session.mCanAddInternalSystemWindow); in addWindow()9528 } else if (!session.mCanAddInternalSystemWindow && type != 0) { in sanitizeWindowType()
1200 && s.mCanAddInternalSystemWindow) in shouldWindowHandleBeTrusted()3138 if (mSession.mCanAddInternalSystemWindow in setForceHideNonSystemOverlayWindowIfNeeded()