public class android.telecom.AuthenticatorService extends android.app.Service
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: android.telecom.AuthenticatorService
  super_class: android.app.Service
{
  private static android.telecom.AuthenticatorService$Authenticator mAuthenticator;
    descriptor: Landroid/telecom/AuthenticatorService$Authenticator;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC

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

  public void onCreate();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // android.telecom.AuthenticatorService this
         0: .line 39
            new android.telecom.AuthenticatorService$Authenticator
            dup
            aload 0 /* this */
            aload 0 /* this */
            invokespecial android.telecom.AuthenticatorService$Authenticator.<init>:(Landroid/telecom/AuthenticatorService;Landroid/content/Context;)V
            putstatic android.telecom.AuthenticatorService.mAuthenticator:Landroid/telecom/AuthenticatorService$Authenticator;
         1: .line 40
            return
        end local 0 // android.telecom.AuthenticatorService this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Landroid/telecom/AuthenticatorService;

  public android.os.IBinder onBind(android.content.Intent);
    descriptor: (Landroid/content/Intent;)Landroid/os/IBinder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // android.telecom.AuthenticatorService this
        start local 1 // android.content.Intent intent
         0: .line 44
            getstatic android.telecom.AuthenticatorService.mAuthenticator:Landroid/telecom/AuthenticatorService$Authenticator;
            invokevirtual android.telecom.AuthenticatorService$Authenticator.getIBinder:()Landroid/os/IBinder;
            areturn
        end local 1 // android.content.Intent intent
        end local 0 // android.telecom.AuthenticatorService this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Landroid/telecom/AuthenticatorService;
            0    1     1  intent  Landroid/content/Intent;
    MethodParameters:
        Name  Flags
      intent  
}
SourceFile: "AuthenticatorService.java"
NestMembers:
  android.telecom.AuthenticatorService$Authenticator
InnerClasses:
  public Authenticator = android.telecom.AuthenticatorService$Authenticator of android.telecom.AuthenticatorService