Searched refs:mAudioRestrictions (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 field in class:AppOpsService
601 final SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code);
617 SparseArray<Restriction> usageRestrictions = mAudioRestrictions.get(code);
620 mAudioRestrictions.put(code, usageRestrictions);
1204 if (mAudioRestrictions.size() > 0) {
1206 for (int o=0; o<mAudioRestrictions.size(); o++) {
1207 final String op = AppOpsManager.opToName(mAudioRestrictions.keyAt(o));
1208 final SparseArray<Restriction> restrictions = mAudioRestrictions.valueAt(o);

Completed in 160 milliseconds