public abstract class android.widget.RemoteViewsService extends android.app.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: android.widget.RemoteViewsService
  super_class: android.app.Service
{
  private static final java.lang.String LOG_TAG;
    descriptor: Ljava/lang/String;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: "RemoteViewsService"

  private static final java.util.HashMap<android.content.Intent$FilterComparison, android.widget.RemoteViewsService$RemoteViewsFactory> sRemoteViewFactories;
    descriptor: Ljava/util/HashMap;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/HashMap<Landroid/content/Intent$FilterComparison;Landroid/widget/RemoteViewsService$RemoteViewsFactory;>;

  private static final java.lang.Object sLock;
    descriptor: Ljava/lang/Object;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 42
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
         1: .line 41
            putstatic android.widget.RemoteViewsService.sRemoteViewFactories:Ljava/util/HashMap;
         2: .line 43
            new java.lang.Object
            dup
            invokespecial java.lang.Object.<init>:()V
            putstatic android.widget.RemoteViewsService.sLock:Ljava/lang/Object;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // android.widget.RemoteViewsService this
         0: .line 32
            aload 0 /* this */
            invokespecial android.app.Service.<init>:()V
            return
        end local 0 // android.widget.RemoteViewsService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Landroid/widget/RemoteViewsService;

  public android.os.IBinder onBind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // android.widget.RemoteViewsService this
        start local 1 // android.content.Intent intent
         0: .line 236
            getstatic android.widget.RemoteViewsService.sLock:Ljava/lang/Object;
            dup
            astore 2
            monitorenter
         1: .line 237
            new android.content.Intent$FilterComparison
            dup
            aload 1 /* intent */
            invokespecial android.content.Intent$FilterComparison.<init>:(Landroid/content/Intent;)V
            astore 3 /* fc */
        start local 3 // android.content.Intent$FilterComparison fc
         2: .line 238
            aconst_null
            astore 4 /* factory */
        start local 4 // android.widget.RemoteViewsService$RemoteViewsFactory factory
         3: .line 239
            iconst_0
            istore 5 /* isCreated */
        start local 5 // boolean isCreated
         4: .line 240
            getstatic android.widget.RemoteViewsService.sRemoteViewFactories:Ljava/util/HashMap;
            aload 3 /* fc */
            invokevirtual java.util.HashMap.containsKey:(Ljava/lang/Object;)Z
            ifne 10
         5: .line 241
            aload 0 /* this */
            aload 1 /* intent */
            invokevirtual android.widget.RemoteViewsService.onGetViewFactory:(Landroid/content/Intent;)Landroid/widget/RemoteViewsService$RemoteViewsFactory;
            astore 4 /* factory */
         6: .line 242
            getstatic android.widget.RemoteViewsService.sRemoteViewFactories:Ljava/util/HashMap;
            aload 3 /* fc */
            aload 4 /* factory */
            invokevirtual java.util.HashMap.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         7: .line 243
            aload 4 /* factory */
            invokeinterface android.widget.RemoteViewsService$RemoteViewsFactory.onCreate:()V
         8: .line 244
            iconst_0
            istore 5 /* isCreated */
         9: .line 245
            goto 12
        10: .line 246
      StackMap locals: android.widget.RemoteViewsService android.content.Intent java.lang.Object android.content.Intent$FilterComparison android.widget.RemoteViewsService$RemoteViewsFactory int
      StackMap stack:
            getstatic android.widget.RemoteViewsService.sRemoteViewFactories:Ljava/util/HashMap;
            aload 3 /* fc */
            invokevirtual java.util.HashMap.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast android.widget.RemoteViewsService$RemoteViewsFactory
            astore 4 /* factory */
        11: .line 247
            iconst_1
            istore 5 /* isCreated */
        12: .line 249
      StackMap locals:
      StackMap stack:
            new android.widget.RemoteViewsService$RemoteViewsFactoryAdapter
            dup
            aload 4 /* factory */
            iload 5 /* isCreated */
            invokespecial android.widget.RemoteViewsService$RemoteViewsFactoryAdapter.<init>:(Landroid/widget/RemoteViewsService$RemoteViewsFactory;Z)V
            aload 2
            monitorexit
        13: areturn
        end local 5 // boolean isCreated
        end local 4 // android.widget.RemoteViewsService$RemoteViewsFactory factory
        end local 3 // android.content.Intent$FilterComparison fc
        14: .line 236
      StackMap locals: android.widget.RemoteViewsService android.content.Intent java.lang.Object
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        15: athrow
        end local 1 // android.content.Intent intent
        end local 0 // android.widget.RemoteViewsService this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Landroid/widget/RemoteViewsService;
            0   16     1     intent  Landroid/content/Intent;
            2   14     3         fc  Landroid/content/Intent$FilterComparison;
            3   14     4    factory  Landroid/widget/RemoteViewsService$RemoteViewsFactory;
            4   14     5  isCreated  Z
      Exception table:
        from    to  target  type
           1    13      14  any
          14    15      14  any
    MethodParameters:
        Name  Flags
      intent  

  public abstract android.widget.RemoteViewsService$RemoteViewsFactory onGetViewFactory(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/widget/RemoteViewsService$RemoteViewsFactory;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
        Name  Flags
      intent  
}
SourceFile: "RemoteViewsService.java"
NestMembers:
  android.widget.RemoteViewsService$RemoteViewsFactory  android.widget.RemoteViewsService$RemoteViewsFactoryAdapter
InnerClasses:
  public final FilterComparison = android.content.Intent$FilterComparison of android.content.Intent
  public abstract RemoteViewsFactory = android.widget.RemoteViewsService$RemoteViewsFactory of android.widget.RemoteViewsService
  private RemoteViewsFactoryAdapter = android.widget.RemoteViewsService$RemoteViewsFactoryAdapter of android.widget.RemoteViewsService