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/
DAppOpsService.java316 public boolean hasForegroundWatchers; field in AppOpsService.UidState
348 hasForegroundWatchers = true; in evalForegroundWatchers()
358 hasForegroundWatchers = false; in evalForegroundOps()
1902 if (uidState.hasForegroundWatchers && lastForeground != nowForeground) { in commitUidPendingStateLocked()
3307 pw.println(uidState.hasForegroundWatchers); in dump()