public class android.app.AppOpsManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.app.AppOpsManager
  super_class: java.lang.Object
{
  final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0010) ACC_FINAL

  final com.android.internal.app.IAppOpsService mService;
    descriptor: Lcom/android/internal/app/IAppOpsService;
    flags: (0x0010) ACC_FINAL

  final android.util.ArrayMap<android.app.AppOpsManager$OnOpChangedListener, com.android.internal.app.IAppOpsCallback> mModeWatchers;
    descriptor: Landroid/util/ArrayMap;
    flags: (0x0010) ACC_FINAL
    Signature: Landroid/util/ArrayMap<Landroid/app/AppOpsManager$OnOpChangedListener;Lcom/android/internal/app/IAppOpsCallback;>;

  final android.util.ArrayMap<android.app.AppOpsManager$OnOpActiveChangedListener, com.android.internal.app.IAppOpsActiveCallback> mActiveWatchers;
    descriptor: Landroid/util/ArrayMap;
    flags: (0x0010) ACC_FINAL
    Signature: Landroid/util/ArrayMap<Landroid/app/AppOpsManager$OnOpActiveChangedListener;Lcom/android/internal/app/IAppOpsActiveCallback;>;

  static android.os.IBinder sToken;
    descriptor: Landroid/os/IBinder;
    flags: (0x0008) ACC_STATIC

  public static final int MODE_ALLOWED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int MODE_IGNORED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int MODE_ERRORED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int MODE_DEFAULT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int MODE_FOREGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int WATCH_FOREGROUND_CHANGES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final java.lang.String[] MODE_NAMES;
    descriptor: [Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL

  public static final int UID_STATE_PERSISTENT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int UID_STATE_TOP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int UID_STATE_FOREGROUND_SERVICE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int UID_STATE_LAST_NON_RESTRICTED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int UID_STATE_FOREGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int UID_STATE_BACKGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int UID_STATE_CACHED;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int _NUM_UID_STATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int OP_NONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: -1

  public static final int OP_COARSE_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0

  public static final int OP_FINE_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  public static final int OP_GPS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2

  public static final int OP_VIBRATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 3

  public static final int OP_READ_CONTACTS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  public static final int OP_WRITE_CONTACTS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  public static final int OP_READ_CALL_LOG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  public static final int OP_WRITE_CALL_LOG;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 7

  public static final int OP_READ_CALENDAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 8

  public static final int OP_WRITE_CALENDAR;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 9

  public static final int OP_WIFI_SCAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  public static final int OP_POST_NOTIFICATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 11

  public static final int OP_NEIGHBORING_CELLS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 12

  public static final int OP_CALL_PHONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  public static final int OP_READ_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 14

  public static final int OP_WRITE_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 15

  public static final int OP_RECEIVE_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 16

  public static final int OP_RECEIVE_EMERGECY_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 17

  public static final int OP_RECEIVE_MMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 18

  public static final int OP_RECEIVE_WAP_PUSH;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 19

  public static final int OP_SEND_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 20

  public static final int OP_READ_ICC_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 21

  public static final int OP_WRITE_ICC_SMS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 22

  public static final int OP_WRITE_SETTINGS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 23

  public static final int OP_SYSTEM_ALERT_WINDOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 24

  public static final int OP_ACCESS_NOTIFICATIONS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 25

  public static final int OP_CAMERA;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 26

  public static final int OP_RECORD_AUDIO;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 27

  public static final int OP_PLAY_AUDIO;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 28

  public static final int OP_READ_CLIPBOARD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 29

  public static final int OP_WRITE_CLIPBOARD;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 30

  public static final int OP_TAKE_MEDIA_BUTTONS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 31

  public static final int OP_TAKE_AUDIO_FOCUS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  public static final int OP_AUDIO_MASTER_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 33

  public static final int OP_AUDIO_VOICE_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 34

  public static final int OP_AUDIO_RING_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 35

  public static final int OP_AUDIO_MEDIA_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 36

  public static final int OP_AUDIO_ALARM_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 37

  public static final int OP_AUDIO_NOTIFICATION_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 38

  public static final int OP_AUDIO_BLUETOOTH_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 39

  public static final int OP_WAKE_LOCK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 40

  public static final int OP_MONITOR_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 41

  public static final int OP_MONITOR_HIGH_POWER_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 42

  public static final int OP_GET_USAGE_STATS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 43

  public static final int OP_MUTE_MICROPHONE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 44

  public static final int OP_TOAST_WINDOW;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 45

  public static final int OP_PROJECT_MEDIA;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 46

  public static final int OP_ACTIVATE_VPN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 47

  public static final int OP_WRITE_WALLPAPER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 48

  public static final int OP_ASSIST_STRUCTURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 49

  public static final int OP_ASSIST_SCREENSHOT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 50

  public static final int OP_READ_PHONE_STATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 51

  public static final int OP_ADD_VOICEMAIL;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 52

  public static final int OP_USE_SIP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 53

  public static final int OP_PROCESS_OUTGOING_CALLS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 54

  public static final int OP_USE_FINGERPRINT;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 55

  public static final int OP_BODY_SENSORS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 56

  public static final int OP_READ_CELL_BROADCASTS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 57

  public static final int OP_MOCK_LOCATION;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 58

  public static final int OP_READ_EXTERNAL_STORAGE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 59

  public static final int OP_WRITE_EXTERNAL_STORAGE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 60

  public static final int OP_TURN_SCREEN_ON;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 61

  public static final int OP_GET_ACCOUNTS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 62

  public static final int OP_RUN_IN_BACKGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 63

  public static final int OP_AUDIO_ACCESSIBILITY_VOLUME;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 64

  public static final int OP_READ_PHONE_NUMBERS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 65

  public static final int OP_REQUEST_INSTALL_PACKAGES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 66

  public static final int OP_PICTURE_IN_PICTURE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 67

  public static final int OP_INSTANT_APP_START_FOREGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 68

  public static final int OP_ANSWER_PHONE_CALLS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 69

  public static final int OP_RUN_ANY_IN_BACKGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 70

  public static final int OP_CHANGE_WIFI_STATE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 71

  public static final int OP_REQUEST_DELETE_PACKAGES;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 72

  public static final int OP_BIND_ACCESSIBILITY_SERVICE;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 73

  public static final int OP_ACCEPT_HANDOVER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 74

  public static final int OP_MANAGE_IPSEC_TUNNELS;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 75

  public static final int OP_START_FOREGROUND;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 76

  public static final int OP_BLUETOOTH_SCAN;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 77

  public static final int _NUM_OP;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 78

  public static final java.lang.String OPSTR_COARSE_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:coarse_location"

  public static final java.lang.String OPSTR_FINE_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:fine_location"

  public static final java.lang.String OPSTR_MONITOR_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:monitor_location"

  public static final java.lang.String OPSTR_MONITOR_HIGH_POWER_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:monitor_location_high_power"

  public static final java.lang.String OPSTR_GET_USAGE_STATS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:get_usage_stats"

  public static final java.lang.String OPSTR_ACTIVATE_VPN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:activate_vpn"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_READ_CONTACTS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_contacts"

  public static final java.lang.String OPSTR_WRITE_CONTACTS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_contacts"

  public static final java.lang.String OPSTR_READ_CALL_LOG;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_call_log"

  public static final java.lang.String OPSTR_WRITE_CALL_LOG;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_call_log"

  public static final java.lang.String OPSTR_READ_CALENDAR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_calendar"

  public static final java.lang.String OPSTR_WRITE_CALENDAR;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_calendar"

  public static final java.lang.String OPSTR_CALL_PHONE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:call_phone"

  public static final java.lang.String OPSTR_READ_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_sms"

  public static final java.lang.String OPSTR_RECEIVE_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:receive_sms"

  public static final java.lang.String OPSTR_RECEIVE_MMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:receive_mms"

  public static final java.lang.String OPSTR_RECEIVE_WAP_PUSH;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:receive_wap_push"

  public static final java.lang.String OPSTR_SEND_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:send_sms"

  public static final java.lang.String OPSTR_CAMERA;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:camera"

  public static final java.lang.String OPSTR_RECORD_AUDIO;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:record_audio"

  public static final java.lang.String OPSTR_READ_PHONE_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_phone_state"

  public static final java.lang.String OPSTR_ADD_VOICEMAIL;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:add_voicemail"

  public static final java.lang.String OPSTR_USE_SIP;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:use_sip"

  public static final java.lang.String OPSTR_PROCESS_OUTGOING_CALLS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:process_outgoing_calls"

  public static final java.lang.String OPSTR_USE_FINGERPRINT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:use_fingerprint"

  public static final java.lang.String OPSTR_BODY_SENSORS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:body_sensors"

  public static final java.lang.String OPSTR_READ_CELL_BROADCASTS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_cell_broadcasts"

  public static final java.lang.String OPSTR_MOCK_LOCATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:mock_location"

  public static final java.lang.String OPSTR_READ_EXTERNAL_STORAGE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_external_storage"

  public static final java.lang.String OPSTR_WRITE_EXTERNAL_STORAGE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_external_storage"

  public static final java.lang.String OPSTR_SYSTEM_ALERT_WINDOW;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:system_alert_window"

  public static final java.lang.String OPSTR_WRITE_SETTINGS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_settings"

  public static final java.lang.String OPSTR_GET_ACCOUNTS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:get_accounts"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_READ_PHONE_NUMBERS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_phone_numbers"

  public static final java.lang.String OPSTR_PICTURE_IN_PICTURE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:picture_in_picture"

  public static final java.lang.String OPSTR_INSTANT_APP_START_FOREGROUND;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:instant_app_start_foreground"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_ANSWER_PHONE_CALLS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:answer_phone_calls"

  public static final java.lang.String OPSTR_ACCEPT_HANDOVER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:accept_handover"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_GPS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:gps"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_VIBRATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:vibrate"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WIFI_SCAN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:wifi_scan"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_POST_NOTIFICATION;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:post_notification"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_NEIGHBORING_CELLS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:neighboring_cells"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WRITE_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_sms"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_RECEIVE_EMERGENCY_BROADCAST;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:receive_emergency_broadcast"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_READ_ICC_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_icc_sms"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WRITE_ICC_SMS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_icc_sms"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_ACCESS_NOTIFICATIONS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:access_notifications"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_PLAY_AUDIO;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:play_audio"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_READ_CLIPBOARD;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:read_clipboard"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WRITE_CLIPBOARD;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_clipboard"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_TAKE_MEDIA_BUTTONS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:take_media_buttons"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_TAKE_AUDIO_FOCUS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:take_audio_focus"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_MASTER_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_master_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_VOICE_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_voice_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_RING_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_ring_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_MEDIA_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_media_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_ALARM_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_alarm_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_NOTIFICATION_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_notification_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_BLUETOOTH_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_bluetooth_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WAKE_LOCK;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:wake_lock"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_MUTE_MICROPHONE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:mute_microphone"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_TOAST_WINDOW;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:toast_window"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_PROJECT_MEDIA;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:project_media"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_WRITE_WALLPAPER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:write_wallpaper"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_ASSIST_STRUCTURE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:assist_structure"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_ASSIST_SCREENSHOT;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:assist_screenshot"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_TURN_SCREEN_ON;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:turn_screen_on"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_RUN_IN_BACKGROUND;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:run_in_background"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_AUDIO_ACCESSIBILITY_VOLUME;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:audio_accessibility_volume"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_REQUEST_INSTALL_PACKAGES;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:request_install_packages"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_RUN_ANY_IN_BACKGROUND;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:run_any_in_background"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_CHANGE_WIFI_STATE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:change_wifi_state"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_REQUEST_DELETE_PACKAGES;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:request_delete_packages"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_BIND_ACCESSIBILITY_SERVICE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:bind_accessibility_service"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_MANAGE_IPSEC_TUNNELS;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:manage_ipsec_tunnels"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_START_FOREGROUND;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:start_foreground"
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static final java.lang.String OPSTR_BLUETOOTH_SCAN;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "android:bluetooth_scan"

  private static final int[] RUNTIME_AND_APPOP_PERMISSIONS_OPS;
    descriptor: [I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static int[] sOpToSwitch;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] sOpToString;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] sOpNames;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] sOpPerms;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.lang.String[] sOpRestrictions;
    descriptor: [Ljava/lang/String;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static boolean[] sOpAllowSystemRestrictionBypass;
    descriptor: [Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static int[] sOpDefaultMode;
    descriptor: [I
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static boolean[] sOpDisableReset;
    descriptor: [Z
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

  private static java.util.HashMap<java.lang.String, java.lang.Integer> sOpStrToOp;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Integer;>;

  private static java.util.HashMap<java.lang.String, java.lang.Integer> sPermToOp;
    descriptor: Ljava/util/HashMap;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Signature: Ljava/util/HashMap<Ljava/lang/String;Ljava/lang/Integer;>;

  public static int opToSwitch(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1396
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static java.lang.String opToName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1404
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static int strDebugOpToOp(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1412
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static java.lang.String opToPermission(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1425
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static java.lang.String opToRestriction(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1433
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static int permissionToOpCode(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1443
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      permission  

  public static boolean opAllowSystemBypassRestriction(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1453
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static int opToDefaultMode(int);
    descriptor: (I)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1461
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public static java.lang.String modeToName(int);
    descriptor: (I)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1469
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      mode  

  public static boolean opAllowsReset(int);
    descriptor: (I)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1480
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  void <init>(android.content.Context, com.android.internal.app.IAppOpsService);
    descriptor: (Landroid/content/Context;Lcom/android/internal/app/IAppOpsService;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 19
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import android.Manifest cannot be resolved\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tManifest cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
         Name  Flags
      context  
      service  

  public java.util.List<android.app.AppOpsManager$PackageOps> getPackagesForOps(int[]);
    descriptor: ([I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 1743
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    Signature: ([I)Ljava/util/List<Landroid/app/AppOpsManager$PackageOps;>;
    MethodParameters:
      Name  Flags
      ops   

  public java.util.List<android.app.AppOpsManager$PackageOps> getOpsForPackage(int, java.lang.String, int[]);
    descriptor: (ILjava/lang/String;[I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1760
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    Signature: (ILjava/lang/String;[I)Ljava/util/List<Landroid/app/AppOpsManager$PackageOps;>;
    MethodParameters:
             Name  Flags
      uid          
      packageName  
      ops          

  public void setUidMode(int, int, int);
    descriptor: (III)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1779
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
      Name  Flags
      code  
      uid   
      mode  

  public void setUidMode(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1799
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
       Name  Flags
      appOp  
      uid    
      mode   

  public void setUserRestriction(int, boolean, android.os.IBinder);
    descriptor: (IZLandroid/os/IBinder;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1809
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
            Name  Flags
      code        
      restricted  
      token       

  public void setUserRestriction(int, boolean, android.os.IBinder, java.lang.String[]);
    descriptor: (IZLandroid/os/IBinder;[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1814
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                   Name  Flags
      code               
      restricted         
      token              
      exceptionPackages  

  public void setUserRestrictionForUser(int, boolean, android.os.IBinder, java.lang.String[], int);
    descriptor: (IZLandroid/os/IBinder;[Ljava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=6
        start local 0 // android.app.AppOpsManager this
         0: .line 1820
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                   Name  Flags
      code               
      restricted         
      token              
      exceptionPackages  
      userId             

  public void setMode(int, int, java.lang.String, int);
    descriptor: (IILjava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1831
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      code         
      uid          
      packageName  
      mode         

  public void setMode(java.lang.String, int, java.lang.String, int);
    descriptor: (Ljava/lang/String;ILjava/lang/String;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1852
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  
      mode         

  public void setRestriction(int, int, int, java.lang.String[]);
    descriptor: (III[Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1872
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                   Name  Flags
      code               
      usage              
      mode               
      exceptionPackages  

  public void resetAllModes();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // android.app.AppOpsManager this
         0: .line 1884
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;

  public static java.lang.String permissionToOp(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 1903
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
            Name  Flags
      permission  

  public void startWatchingMode(java.lang.String, java.lang.String, android.app.AppOpsManager$OnOpChangedListener);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Landroid/app/AppOpsManager$OnOpChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1919
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      packageName  
      callback     final

  public void startWatchingMode(java.lang.String, java.lang.String, int, android.app.AppOpsManager$OnOpChangedListener);
    descriptor: (Ljava/lang/String;Ljava/lang/String;ILandroid/app/AppOpsManager$OnOpChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1934
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      packageName  
      flags        
      callback     final

  public void startWatchingMode(int, java.lang.String, android.app.AppOpsManager$OnOpChangedListener);
    descriptor: (ILjava/lang/String;Landroid/app/AppOpsManager$OnOpChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 1950
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      packageName  
      callback     final

  public void startWatchingMode(int, java.lang.String, int, android.app.AppOpsManager$OnOpChangedListener);
    descriptor: (ILjava/lang/String;ILandroid/app/AppOpsManager$OnOpChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 1967
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tandroid.Manifest.permission cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      packageName  
      flags        
      callback     final

  public void stopWatchingMode(android.app.AppOpsManager$OnOpChangedListener);
    descriptor: (Landroid/app/AppOpsManager$OnOpChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 1997
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
          Name  Flags
      callback  

  public void startWatchingActive(int[], android.app.AppOpsManager$OnOpActiveChangedListener);
    descriptor: ([ILandroid/app/AppOpsManager$OnOpActiveChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2033
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
          Name  Flags
      ops       
      callback  

  public void stopWatchingActive(android.app.AppOpsManager$OnOpActiveChangedListener);
    descriptor: (Landroid/app/AppOpsManager$OnOpActiveChangedListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 2071
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
          Name  Flags
      callback  

  private java.lang.String buildSecurityExceptionMsg(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2084
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public static int strOpToOp(java.lang.String);
    descriptor: (Ljava/lang/String;)I
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2091
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      op    

  public int checkOp(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2126
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int checkOpNoThrow(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2134
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int unsafeCheckOpRaw(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2143
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int noteOp(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2165
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int noteOpNoThrow(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2173
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int noteProxyOp(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2192
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      proxiedPackageName  

  public int noteProxyOpNoThrow(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2200
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      proxiedPackageName  

  public int startOp(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2220
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int startOpNoThrow(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2228
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public void finishOp(java.lang.String, int, java.lang.String);
    descriptor: (Ljava/lang/String;ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2238
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int checkOp(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2270
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int checkOpNoThrow(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2287
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public void checkPackage(int, java.lang.String);
    descriptor: (ILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2302
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      uid          
      packageName  

  public int checkAudioOp(int, int, int, java.lang.String);
    descriptor: (IIILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 2317
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      stream       
      uid          
      packageName  

  public int checkAudioOpNoThrow(int, int, int, java.lang.String);
    descriptor: (IIILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 2334
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      stream       
      uid          
      packageName  

  public int noteOp(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2357
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int noteProxyOp(int, java.lang.String);
    descriptor: (ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2383
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      proxiedPackageName  

  public int noteProxyOpNoThrow(int, java.lang.String);
    descriptor: (ILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // android.app.AppOpsManager this
         0: .line 2399
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      proxiedPackageName  

  public int noteOpNoThrow(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2413
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int noteOp(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 2422
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
      Name  Flags
      op    

  public static android.os.IBinder getToken(com.android.internal.app.IAppOpsService);
    descriptor: (Lcom/android/internal/app/IAppOpsService;)Landroid/os/IBinder;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=1, args_size=1
         0: .line 2427
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
         Name  Flags
      service  

  public int startOp(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 2442
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
      Name  Flags
      op    

  public int startOp(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2464
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int startOp(int, int, java.lang.String, boolean);
    descriptor: (IILjava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 2487
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      uid                 
      packageName         
      startIfModeDefault  

  public int startOpNoThrow(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2500
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public int startOpNoThrow(int, int, java.lang.String, boolean);
    descriptor: (IILjava/lang/String;Z)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=5
        start local 0 // android.app.AppOpsManager this
         0: .line 2518
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
                    Name  Flags
      op                  
      uid                 
      packageName         
      startIfModeDefault  

  public void finishOp(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2534
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      op           
      uid          
      packageName  

  public void finishOp(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // android.app.AppOpsManager this
         0: .line 2543
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
      Name  Flags
      op    

  public boolean isOperationActive(int, int, java.lang.String);
    descriptor: (IILjava/lang/String;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // android.app.AppOpsManager this
         0: .line 2562
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // android.app.AppOpsManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/app/AppOpsManager;
    MethodParameters:
             Name  Flags
      code         
      uid          
      packageName  

  public static java.lang.String[] getOpStrs();
    descriptor: ()[Ljava/lang/String;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 2576
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      android.annotation.SystemApi()

  public static long maxTime(long[], int, int);
    descriptor: ([JII)J
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 2583
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
       Name  Flags
      times  
      start  
      end    
}
SourceFile: "AppOpsManager.java"
NestMembers:
  android.app.AppOpsManager$1  android.app.AppOpsManager$2  android.app.AppOpsManager$OnOpActiveChangedListener  android.app.AppOpsManager$OnOpChangedInternalListener  android.app.AppOpsManager$OnOpChangedListener  android.app.AppOpsManager$OpEntry  android.app.AppOpsManager$OpEntry$1  android.app.AppOpsManager$PackageOps  android.app.AppOpsManager$PackageOps$1
InnerClasses:
  public abstract OnOpActiveChangedListener = android.app.AppOpsManager$OnOpActiveChangedListener of android.app.AppOpsManager
  public OnOpChangedInternalListener = android.app.AppOpsManager$OnOpChangedInternalListener of android.app.AppOpsManager
  public abstract OnOpChangedListener = android.app.AppOpsManager$OnOpChangedListener of android.app.AppOpsManager
  public OpEntry = android.app.AppOpsManager$OpEntry of android.app.AppOpsManager
  public PackageOps = android.app.AppOpsManager$PackageOps of android.app.AppOpsManager