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.java86 final boolean mCanAddInternalSystemWindow; field in Session
104 mCanAddInternalSystemWindow = service.mContext.checkCallingOrSelfPermission( in Session()
508 if (!mCanAddInternalSystemWindow) { in onWindowSurfaceVisibilityChanged()
601 pw.print(" mCanAddInternalSystemWindow="); pw.print(mCanAddInternalSystemWindow); in dump()
DWindowManagerService.java1247 session.mCanAddInternalSystemWindow, isRoundedCornerOverlay); in addWindow()
1314 session.mCanAddInternalSystemWindow); in addWindow()
1319 session.mCanAddInternalSystemWindow); in addWindow()