class android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex
  super_class: java.lang.Object
{
  public final int countryCallingCode;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int newIndex;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public void <init>(int, int);
    descriptor: (II)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex this
        start local 1 // int countryCode
        start local 2 // int newIndex
         0: .line 3031
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3032
            aload 0 /* this */
            iload 1 /* countryCode */
            putfield android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex.countryCallingCode:I
         2: .line 3033
            aload 0 /* this */
            iload 2 /* newIndex */
            putfield android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex.newIndex:I
         3: .line 3034
            return
        end local 2 // int newIndex
        end local 1 // int countryCode
        end local 0 // android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Landroid/telephony/PhoneNumberUtils$CountryCallingCodeAndNewIndex;
            0    4     1  countryCode  I
            0    4     2     newIndex  I
    MethodParameters:
             Name  Flags
      countryCode  
      newIndex     
}
SourceFile: "PhoneNumberUtils.java"
NestHost: android.telephony.PhoneNumberUtils
InnerClasses:
  private CountryCallingCodeAndNewIndex = android.telephony.PhoneNumberUtils$CountryCallingCodeAndNewIndex of android.telephony.PhoneNumberUtils