Home
last modified time | relevance | path

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

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