Searched defs:sOpAllowSystemRestrictionBypass (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAppOpsManager.java515 private static boolean[] sOpAllowSystemRestrictionBypass = new boolean[] { field in class:AppOpsManager
709 if (sOpAllowSystemRestrictionBypass.length != _NUM_OP) {
771 return sOpAllowSystemRestrictionBypass[op];

Completed in 9 milliseconds