final class android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper implements android.view.inputmethod.InputMethod$SessionCallback
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper
  super_class: java.lang.Object
{
  final android.content.Context mContext;
    descriptor: Landroid/content/Context;
    flags: (0x0010) ACC_FINAL

  final android.view.InputChannel mChannel;
    descriptor: Landroid/view/InputChannel;
    flags: (0x0010) ACC_FINAL

  final com.android.internal.view.IInputSessionCallback mCb;
    descriptor: Lcom/android/internal/view/IInputSessionCallback;
    flags: (0x0010) ACC_FINAL

  void <init>(android.content.Context, android.view.InputChannel, com.android.internal.view.IInputSessionCallback);
    descriptor: (Landroid/content/Context;Landroid/view/InputChannel;Lcom/android/internal/view/IInputSessionCallback;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper this
        start local 1 // android.content.Context context
        start local 2 // android.view.InputChannel channel
        start local 3 // com.android.internal.view.IInputSessionCallback cb
         0: .line 100
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
            aload 1 /* context */
            putfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mContext:Landroid/content/Context;
         2: .line 103
            aload 0 /* this */
            aload 2 /* channel */
            putfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mChannel:Landroid/view/InputChannel;
         3: .line 104
            aload 0 /* this */
            aload 3 /* cb */
            putfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mCb:Lcom/android/internal/view/IInputSessionCallback;
         4: .line 105
            return
        end local 3 // com.android.internal.view.IInputSessionCallback cb
        end local 2 // android.view.InputChannel channel
        end local 1 // android.content.Context context
        end local 0 // android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Landroid/inputmethodservice/IInputMethodWrapper$InputMethodSessionCallbackWrapper;
            0    5     1  context  Landroid/content/Context;
            0    5     2  channel  Landroid/view/InputChannel;
            0    5     3       cb  Lcom/android/internal/view/IInputSessionCallback;
    MethodParameters:
         Name  Flags
      context  
      channel  
      cb       

  public void sessionCreated(android.view.inputmethod.InputMethodSession);
    descriptor: (Landroid/view/inputmethod/InputMethodSession;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper this
        start local 1 // android.view.inputmethod.InputMethodSession session
         0: .line 110
            aload 1 /* session */
            ifnull 5
         1: .line 112
            new android.inputmethodservice.IInputMethodSessionWrapper
            dup
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mContext:Landroid/content/Context;
            aload 1 /* session */
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mChannel:Landroid/view/InputChannel;
            invokespecial android.inputmethodservice.IInputMethodSessionWrapper.<init>:(Landroid/content/Context;Landroid/view/inputmethod/InputMethodSession;Landroid/view/InputChannel;)V
         2: .line 111
            astore 2 /* wrap */
        start local 2 // android.inputmethodservice.IInputMethodSessionWrapper wrap
         3: .line 113
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mCb:Lcom/android/internal/view/IInputSessionCallback;
            aload 2 /* wrap */
            invokeinterface com.android.internal.view.IInputSessionCallback.sessionCreated:(Lcom/android/internal/view/IInputMethodSession;)V
        end local 2 // android.inputmethodservice.IInputMethodSessionWrapper wrap
         4: .line 114
            goto 10
         5: .line 115
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mChannel:Landroid/view/InputChannel;
            ifnull 7
         6: .line 116
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mChannel:Landroid/view/InputChannel;
            invokevirtual android.view.InputChannel.dispose:()V
         7: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper.mCb:Lcom/android/internal/view/IInputSessionCallback;
            aconst_null
            invokeinterface com.android.internal.view.IInputSessionCallback.sessionCreated:(Lcom/android/internal/view/IInputMethodSession;)V
         8: .line 120
            goto 10
      StackMap locals:
      StackMap stack: android.os.RemoteException
         9: pop
        10: .line 122
      StackMap locals:
      StackMap stack:
            return
        end local 1 // android.view.inputmethod.InputMethodSession session
        end local 0 // android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Landroid/inputmethodservice/IInputMethodWrapper$InputMethodSessionCallbackWrapper;
            0   11     1  session  Landroid/view/inputmethod/InputMethodSession;
            3    4     2     wrap  Landroid/inputmethodservice/IInputMethodSessionWrapper;
      Exception table:
        from    to  target  type
           0     8       9  Class android.os.RemoteException
    MethodParameters:
         Name  Flags
      session  
}
SourceFile: "IInputMethodWrapper.java"
NestHost: android.inputmethodservice.IInputMethodWrapper
InnerClasses:
  final InputMethodSessionCallbackWrapper = android.inputmethodservice.IInputMethodWrapper$InputMethodSessionCallbackWrapper of android.inputmethodservice.IInputMethodWrapper
  public abstract SessionCallback = android.view.inputmethod.InputMethod$SessionCallback of android.view.inputmethod.InputMethod