Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/tests/wifitests/assets/
Druckus.PerProviderSubscription.conf10 b:Restriction=6:HomeSP
39 b:Restriction=6:HomeSP
Dr1.PerProviderSubscription.conf27 b:Restriction=6:HomeSP
56 b:Restriction=6:HomeSP
Dr2.PerProviderSubscription.conf10 b:Restriction=6:HomeSP
39 b:Restriction=6:HomeSP
/frameworks/base/services/core/java/com/android/server/
DAppOpsService.java174 final SparseArray<SparseArray<Restriction>> mAudioRestrictions
175 = new SparseArray<SparseArray<Restriction>>();
931 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in checkRestrictionLocked()
933 final Restriction r = usageRestrictions.get(usage); in checkRestrictionLocked()
947 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in setAudioRestriction()
949 usageRestrictions = new SparseArray<Restriction>(); in setAudioRestriction()
954 final Restriction r = new Restriction(); in setAudioRestriction()
2099 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o); in dump()
2109 Restriction r = restrictions.valueAt(i); in dump()
2170 private static final class Restriction { class in AppOpsService