Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAppOpsService.java337 public boolean hasForegroundWatchers; field in AppOpsService.UidState
371 hasForegroundWatchers = true; in evalForegroundWatchers()
381 hasForegroundWatchers = false; in evalForegroundOps()
2538 if (uidState.hasForegroundWatchers) { in commitUidPendingStateLocked()
4186 pw.println(uidState.hasForegroundWatchers); in dump()