Home
last modified time | relevance | path

Searched refs:mCanAddInternalSystemWindow (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DSession.java81 final boolean mCanAddInternalSystemWindow; field in Session
97 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()
504 if (!mCanAddInternalSystemWindow) { in onWindowSurfaceVisibilityChanged()
597 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()
DWindowManagerService.java1340 session.mCanAddInternalSystemWindow, isRoundedCornerOverlay); in addWindow()
1407 session.mCanAddInternalSystemWindow); in addWindow()
1412 session.mCanAddInternalSystemWindow); in addWindow()