Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DAppOpsManager.java811 private static boolean[] sOpAllowSystemRestrictionBypass = new boolean[] { field in AppOpsManager
1079 if (sOpAllowSystemRestrictionBypass.length != _NUM_OP) {
1157 return sOpAllowSystemRestrictionBypass[op]; in opAllowSystemBypassRestriction()