public interface com.android.internal.telecom.RemoteServiceCallback extends android.os.IInterface
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: com.android.internal.telecom.RemoteServiceCallback
  super_class: java.lang.Object
{
  public abstract void onError();
    descriptor: ()V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException

  public abstract void onResult(java.util.List<android.content.ComponentName>, java.util.List<android.os.IBinder>);
    descriptor: (Ljava/util/List;Ljava/util/List;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws android.os.RemoteException
    Signature: (Ljava/util/List<Landroid/content/ComponentName;>;Ljava/util/List<Landroid/os/IBinder;>;)V
    MethodParameters:
              Name  Flags
      components    
      callServices  
}
SourceFile: "RemoteServiceCallback.java"
NestMembers:
  com.android.internal.telecom.RemoteServiceCallback$Stub  com.android.internal.telecom.RemoteServiceCallback$Stub$Proxy
InnerClasses:
  public abstract Stub = com.android.internal.telecom.RemoteServiceCallback$Stub of com.android.internal.telecom.RemoteServiceCallback