Searched refs:Restriction (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DAppOpsService.java139 final SparseArray<SparseArray<Restriction>> mAudioRestrictions
140 = new SparseArray<SparseArray<Restriction>>();
601 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code);
603 final Restriction r = usageRestrictions.get(usage);
617 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code);
619 usageRestrictions = new SparseArray<Restriction>();
624 final Restriction r = new Restriction();
1208 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o);
1218 Restriction
1261 private static final class Restriction { class in class:AppOpsService
[all...]

Completed in 45 milliseconds