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

/frameworks/base/core/java/android/app/
H A DAppOpsManager.java94 // - increment _NUM_OP
188 public static final int _NUM_OP = 43; field in class:AppOpsManager
512 if (sOpToSwitch.length != _NUM_OP) {
514 + " should be " + _NUM_OP);
516 if (sOpToString.length != _NUM_OP) {
518 + " should be " + _NUM_OP);
520 if (sOpNames.length != _NUM_OP) {
522 + " should be " + _NUM_OP);
524 if (sOpPerms.length != _NUM_OP) {
526 + " should be " + _NUM_OP);
[all...]
/frameworks/base/services/java/com/android/server/
H A DAppOpsService.java683 if (op >= 0 && op < AppOpsManager._NUM_OP) {

Completed in 190 milliseconds