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.java534 final SparseArray<SparseArray<Restriction>> mAudioRestrictions = new SparseArray<>();
1875 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in checkRestrictionLocked()
1877 final Restriction r = usageRestrictions.get(usage); in checkRestrictionLocked()
1892 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code); in setAudioRestriction()
1894 usageRestrictions = new SparseArray<Restriction>(); in setAudioRestriction()
1899 final Restriction r = new Restriction(); in setAudioRestriction()
3936 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o); in dump()
3946 Restriction r = restrictions.valueAt(i); in dump()
4206 private static final class Restriction { class
/frameworks/base/services/
Dart-profile18742 Lcom/android/server/appop/AppOpsService$Restriction;