public interface android.provider.Contacts$OrganizationColumns
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: android.provider.Contacts$OrganizationColumns
  super_class: java.lang.Object
{
  public static final java.lang.String TYPE;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "type"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final int TYPE_CUSTOM;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 0
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final int TYPE_WORK;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 1
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public static final int TYPE_OTHER;
    descriptor: I
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: 2
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

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

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

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

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

  public static final java.lang.String ISPRIMARY;
    descriptor: Ljava/lang/String;
    flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
    ConstantValue: "isprimary"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()
}
SourceFile: "Contacts.java"
NestHost: android.provider.Contacts
InnerClasses:
  public abstract OrganizationColumns = android.provider.Contacts$OrganizationColumns of android.provider.Contacts
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()