HomeSort by relevance Sort by last modified time
    Searched refs:_NUM_OP (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/app/
AppOpsManager.java 106 // - increment _NUM_OP
210 public static final int _NUM_OP = 48;
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...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 498 final int[] opToOrder = new int[AppOpsManager._NUM_OP];
  /frameworks/base/services/core/java/com/android/server/
AppOpsService.java 775 if (op >= 0 && op < AppOpsManager._NUM_OP) {
    [all...]

Completed in 86 milliseconds