class android.widget.TabHost$IntentContentStrategy implements android.widget.TabHost$ContentStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: android.widget.TabHost$IntentContentStrategy
  super_class: java.lang.Object
{
  private final java.lang.String mTag;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final android.content.Intent mIntent;
    descriptor: Landroid/content/Intent;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private android.view.View mLaunchedView;
    descriptor: Landroid/view/View;
    flags: (0x0002) ACC_PRIVATE

  final android.widget.TabHost this$0;
    descriptor: Landroid/widget/TabHost;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(android.widget.TabHost, java.lang.String, android.content.Intent);
    descriptor: (Landroid/widget/TabHost;Ljava/lang/String;Landroid/content/Intent;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // android.widget.TabHost$IntentContentStrategy this
        start local 2 // java.lang.String tag
        start local 3 // android.content.Intent intent
         0: .line 765
            aload 0 /* this */
            aload 1
            putfield android.widget.TabHost$IntentContentStrategy.this$0:Landroid/widget/TabHost;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 766
            aload 0 /* this */
            aload 2 /* tag */
            putfield android.widget.TabHost$IntentContentStrategy.mTag:Ljava/lang/String;
         2: .line 767
            aload 0 /* this */
            aload 3 /* intent */
            putfield android.widget.TabHost$IntentContentStrategy.mIntent:Landroid/content/Intent;
         3: .line 768
            return
        end local 3 // android.content.Intent intent
        end local 2 // java.lang.String tag
        end local 0 // android.widget.TabHost$IntentContentStrategy this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Landroid/widget/TabHost$IntentContentStrategy;
            0    4     2     tag  Ljava/lang/String;
            0    4     3  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      this$0  final
      tag     
      intent  

  public android.view.View getContentView();
    descriptor: ()Landroid/view/View;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // android.widget.TabHost$IntentContentStrategy this
         0: .line 771
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.this$0:Landroid/widget/TabHost;
            getfield android.widget.TabHost.mLocalActivityManager:Landroid/app/LocalActivityManager;
            ifnonnull 2
         1: .line 772
            new java.lang.IllegalStateException
            dup
            ldc "Did you forget to call 'public void setup(LocalActivityManager activityGroup)'?"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         2: .line 774
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.this$0:Landroid/widget/TabHost;
            getfield android.widget.TabHost.mLocalActivityManager:Landroid/app/LocalActivityManager;
         3: .line 775
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mTag:Ljava/lang/String;
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mIntent:Landroid/content/Intent;
         4: .line 774
            invokevirtual android.app.LocalActivityManager.startActivity:(Ljava/lang/String;Landroid/content/Intent;)Landroid/view/Window;
            astore 1 /* w */
        start local 1 // android.view.Window w
         5: .line 776
            aload 1 /* w */
            ifnull 6
            aload 1 /* w */
            invokevirtual android.view.Window.getDecorView:()Landroid/view/View;
            goto 7
      StackMap locals: android.view.Window
      StackMap stack:
         6: aconst_null
      StackMap locals:
      StackMap stack: android.view.View
         7: astore 2 /* wd */
        start local 2 // android.view.View wd
         8: .line 777
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            aload 2 /* wd */
            if_acmpeq 11
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            ifnull 11
         9: .line 778
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            invokevirtual android.view.View.getParent:()Landroid/view/ViewParent;
            ifnull 11
        10: .line 779
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.this$0:Landroid/widget/TabHost;
            getfield android.widget.TabHost.mTabContent:Landroid/widget/FrameLayout;
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            invokevirtual android.widget.FrameLayout.removeView:(Landroid/view/View;)V
        11: .line 782
      StackMap locals: android.view.View
      StackMap stack:
            aload 0 /* this */
            aload 2 /* wd */
            putfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
        12: .line 790
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            ifnull 18
        13: .line 791
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            iconst_0
            invokevirtual android.view.View.setVisibility:(I)V
        14: .line 792
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            iconst_1
            invokevirtual android.view.View.setFocusableInTouchMode:(Z)V
        15: .line 793
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            checkcast android.view.ViewGroup
        16: .line 794
            ldc 262144
        17: .line 793
            invokevirtual android.view.ViewGroup.setDescendantFocusability:(I)V
        18: .line 796
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            areturn
        end local 2 // android.view.View wd
        end local 1 // android.view.Window w
        end local 0 // android.widget.TabHost$IntentContentStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Landroid/widget/TabHost$IntentContentStrategy;
            5   19     1     w  Landroid/view/Window;
            8   19     2    wd  Landroid/view/View;

  public void tabClosed();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // android.widget.TabHost$IntentContentStrategy this
         0: .line 800
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            ifnull 2
         1: .line 801
            aload 0 /* this */
            getfield android.widget.TabHost$IntentContentStrategy.mLaunchedView:Landroid/view/View;
            bipush 8
            invokevirtual android.view.View.setVisibility:(I)V
         2: .line 803
      StackMap locals:
      StackMap stack:
            return
        end local 0 // android.widget.TabHost$IntentContentStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Landroid/widget/TabHost$IntentContentStrategy;
}
SourceFile: "TabHost.java"
NestHost: android.widget.TabHost
InnerClasses:
  private abstract ContentStrategy = android.widget.TabHost$ContentStrategy of android.widget.TabHost
  private IntentContentStrategy = android.widget.TabHost$IntentContentStrategy of android.widget.TabHost