Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/appop/
DAudioRestrictionManager.java138 public boolean hasActiveRestrictions() { in hasActiveRestrictions() method in AudioRestrictionManager
139 boolean hasActiveRestrictions = false; in hasActiveRestrictions()
141 hasActiveRestrictions = (mZenModeAudioRestrictions.size() > 0 || in hasActiveRestrictions()
144 return hasActiveRestrictions; in hasActiveRestrictions()
150 boolean needSep = hasActiveRestrictions(); in dump()
DAppOpsService.java6236 if (mAudioRestrictionManager.hasActiveRestrictions() && dumpOp < 0 in dump()