public class android.hardware.location.ContextHubTransaction$Response<R>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.hardware.location.ContextHubTransaction$Response
  super_class: java.lang.Object
{
  private int mResult;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private R mContents;
    descriptor: Ljava/lang/Object;
    flags: (0x0002) ACC_PRIVATE
    Signature: TR;

  void <init>(int, );
    descriptor: (ILjava/lang/Object;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // android.hardware.location.ContextHubTransaction$Response this
        start local 1 // int result
        start local 2 // java.lang.Object contents
         0: .line 139
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 140
            aload 0 /* this */
            iload 1 /* result */
            putfield android.hardware.location.ContextHubTransaction$Response.mResult:I
         2: .line 141
            aload 0 /* this */
            aload 2 /* contents */
            putfield android.hardware.location.ContextHubTransaction$Response.mContents:Ljava/lang/Object;
         3: .line 142
            return
        end local 2 // java.lang.Object contents
        end local 1 // int result
        end local 0 // android.hardware.location.ContextHubTransaction$Response this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Landroid/hardware/location/ContextHubTransaction$Response<TR;>;
            0    4     1    result  I
            0    4     2  contents  TR;
    Signature: (ITR;)V
    MethodParameters:
          Name  Flags
      result    
      contents  

  public int getResult();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ContextHubTransaction$Response this
         0: .line 146
            aload 0 /* this */
            getfield android.hardware.location.ContextHubTransaction$Response.mResult:I
            ireturn
        end local 0 // android.hardware.location.ContextHubTransaction$Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ContextHubTransaction$Response<TR;>;

  public R getContents();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.hardware.location.ContextHubTransaction$Response this
         0: .line 150
            aload 0 /* this */
            getfield android.hardware.location.ContextHubTransaction$Response.mContents:Ljava/lang/Object;
            areturn
        end local 0 // android.hardware.location.ContextHubTransaction$Response this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/hardware/location/ContextHubTransaction$Response<TR;>;
    Signature: ()TR;
}
Signature: <R:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "ContextHubTransaction.java"
NestHost: android.hardware.location.ContextHubTransaction
InnerClasses:
  public Response = android.hardware.location.ContextHubTransaction$Response of android.hardware.location.ContextHubTransaction