Home
last modified time | relevance | path

Searched refs:hasVisibleWindowAboveButDoesNotOwnNotificationShade (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRootWindowContainer.java3047 boolean hasVisibleWindowAboveButDoesNotOwnNotificationShade(int uid) { in hasVisibleWindowAboveButDoesNotOwnNotificationShade() method in RootWindowContainer
H A DActivityStarter.java1555 .hasVisibleWindowAboveButDoesNotOwnNotificationShade(started.launchedFromUid)) { in handleStartResult()
H A DActivityTaskManagerService.java3246 if (mRootWindowContainer.hasVisibleWindowAboveButDoesNotOwnNotificationShade(uid)) { in canCloseSystemDialogs()