Home
last modified time | relevance | path

Searched refs:Restriction (Results 1 – 5 of 5) 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/appop/
DAppOpsService.java549 final SparseArray<SparseArray<Restriction>> mAudioRestrictions = new SparseArray<>();
1932 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in checkRestrictionLocked()
1934 final Restriction r = usageRestrictions.get(usage); in checkRestrictionLocked()
1949 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in setAudioRestriction()
1951 usageRestrictions = new SparseArray<Restriction>(); in setAudioRestriction()
1956 final Restriction r = new Restriction(); in setAudioRestriction()
4083 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o); in dump()
4093 Restriction r = restrictions.valueAt(i); in dump()
4353 private static final class Restriction { class
/frameworks/base/services/
Dart-profile18742 Lcom/android/server/appop/AppOpsService$Restriction;