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

/frameworks/base/core/java/android/app/
H A DAppOpsManager.java189 // - increment _NUM_OP
356 public static final int _NUM_OP = 78; field in class:AppOpsManager
1348 if (sOpToSwitch.length != _NUM_OP) {
1350 + " should be " + _NUM_OP);
1352 if (sOpToString.length != _NUM_OP) {
1354 + " should be " + _NUM_OP);
1356 if (sOpNames.length != _NUM_OP) {
1358 + " should be " + _NUM_OP);
1360 if (sOpPerms.length != _NUM_OP) {
1362 + " should be " + _NUM_OP);
[all...]

Completed in 732 milliseconds