Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/appop/
H A DAppOpsService.java505 public boolean hasForegroundWatchers; field in AppOpsService.UidState
545 hasForegroundWatchers = false; in evalForegroundOps()
549 hasForegroundWatchers = true; in evalForegroundOps()
1330 if (uidState != null && foregroundModeMayChange && uidState.hasForegroundWatchers) { in onUidStateChanged()
5416 pw.println(uidState.hasForegroundWatchers); in dump()