Searched refs:mCanAddInternalSystemWindow (Results 1 – 4 of 4) sorted by relevance
114 final boolean mCanAddInternalSystemWindow; field in Session149 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()796 !mCanAddInternalSystemWindow && !mCanCreateSystemApplicationOverlay; in onWindowSurfaceVisibilityChanged()888 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()919 if (hostInputTransferToken == null && !mCanAddInternalSystemWindow) { in grantInputChannel()928 hostInputTransferToken, flags, mCanAddInternalSystemWindow ? privateFlags : 0, in grantInputChannel()942 mCanAddInternalSystemWindow ? privateFlags : 0, inputFeatures, region); in updateInputChannel()954 if (!mCanAddInternalSystemWindow) { in grantEmbeddedWindowFocus()
1131 final boolean canOccludePresentation = !mSession.mCanAddInternalSystemWindow; in setInitialSurfaceControlProperties()1144 && mSession.mCanAddInternalSystemWindow) in isWindowTrustedOverlay()3002 if (mSession.mCanAddInternalSystemWindow in setForceHideNonSystemOverlayWindowIfNeeded()
1662 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1671 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1746 .setOwnerCanManageAppTokens(session.mCanAddInternalSystemWindow) in addWindow()1752 session.mCanAddInternalSystemWindow); in addWindow()10203 } else if (!session.mCanAddInternalSystemWindow && type != 0) {
270 assertTrue(session.mCanAddInternalSystemWindow); in testTrackOverlayWindow()1450 assertThat(saw.mSession.mCanAddInternalSystemWindow).isFalse(); in testUpdateOverlayWindows_multipleWindowsFromSameUid_idempotent()