public final class android.provider.Contacts$Organizations implements android.provider.BaseColumns, android.provider.Contacts$OrganizationColumns
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: android.provider.Contacts$Organizations
  super_class: java.lang.Object
{
  public static final android.net.Uri CONTENT_URI;
    descriptor: Landroid/net/Uri;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String CONTENT_DIRECTORY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "organizations"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final java.lang.String DEFAULT_SORT_ORDER;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "company, title, isprimary ASC"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 1781
            ldc "content://contacts/organizations"
            invokestatic android.net.Uri.parse:(Ljava/lang/String;)Landroid/net/Uri;
         1: .line 1780
            putstatic android.provider.Contacts$Organizations.CONTENT_URI:Landroid/net/Uri;
         2: .line 1795
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.provider.Contacts$Organizations this
         0: .line 1749
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // android.provider.Contacts$Organizations this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/provider/Contacts$Organizations;

  public static final java.lang.CharSequence getDisplayLabel(android.content.Context, int, java.lang.CharSequence);
    descriptor: (Landroid/content/Context;ILjava/lang/CharSequence;)Ljava/lang/CharSequence;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1761
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tcom.android.internal.R.array cannot be resolved to a variable\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
    MethodParameters:
         Name  Flags
      context  
      type     
      label    
}
SourceFile: "Contacts.java"
NestHost: android.provider.Contacts
InnerClasses:
  public abstract OrganizationColumns = android.provider.Contacts$OrganizationColumns of android.provider.Contacts
  public final Organizations = android.provider.Contacts$Organizations of android.provider.Contacts
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()