Searched refs:hasActiveRestrictions (Results 1 – 2 of 2) sorted by relevance
138 public boolean hasActiveRestrictions() { in hasActiveRestrictions() method in AudioRestrictionManager139 boolean hasActiveRestrictions = false; in hasActiveRestrictions()141 hasActiveRestrictions = (mZenModeAudioRestrictions.size() > 0 || in hasActiveRestrictions()144 return hasActiveRestrictions; in hasActiveRestrictions()150 boolean needSep = hasActiveRestrictions(); in dump()
6236 if (mAudioRestrictionManager.hasActiveRestrictions() && dumpOp < 0 in dump()