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

/frameworks/base/core/java/android/app/
H A DAppOpsManager.java106 // - increment _NUM_OP
210 public static final int _NUM_OP = 48; field in class:AppOpsManager
681 if (sOpToSwitch.length != _NUM_OP) {
683 + " should be " + _NUM_OP);
685 if (sOpToString.length != _NUM_OP) {
687 + " should be " + _NUM_OP);
689 if (sOpNames.length != _NUM_OP) {
691 + " should be " + _NUM_OP);
693 if (sOpPerms.length != _NUM_OP) {
695 + " should be " + _NUM_OP);
[all...]

Completed in 254 milliseconds