Searched refs:usageRestrictions (Results 1 – 1 of 1) sorted by relevance
1875 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in checkRestrictionLocked() local1876 if (usageRestrictions != null) { in checkRestrictionLocked()1877 final Restriction r = usageRestrictions.get(usage); in checkRestrictionLocked()1892 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in setAudioRestriction() local1893 if (usageRestrictions == null) { in setAudioRestriction()1894 usageRestrictions = new SparseArray<Restriction>(); in setAudioRestriction()1895 mAudioRestrictions.put(code, usageRestrictions); in setAudioRestriction()1897 usageRestrictions.remove(usage); in setAudioRestriction()1911 usageRestrictions.put(usage, r); in setAudioRestriction()