Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23078062 authored by Nancy Chen's avatar Nancy Chen Committed by Android Git Automerger
Browse files

am 3d26fdff: am 67e97c84: am 70475de3: Merge "Hide AIDL for...

am 3d26fdff: am 67e97c84: am 70475de3: Merge "Hide AIDL for RemoteServiceCallback in telecomm" into lmp-dev

* commit '3d26fdff928234d76b27248969cebf715921f1ec':
  Hide AIDL for RemoteServiceCallback in telecomm
parents cd64ea06 7e1ec4df
Loading
Loading
Loading
Loading
+0 −16
Original line number Diff line number Diff line
@@ -39831,22 +39831,6 @@ package android.widget {
}
package com.android.internal.telecomm {
  public abstract interface RemoteServiceCallback implements android.os.IInterface {
    method public abstract void onError() throws android.os.RemoteException;
    method public abstract void onResult(java.util.List<android.content.ComponentName>, java.util.List<android.os.IBinder>) throws android.os.RemoteException;
  }
  public static abstract class RemoteServiceCallback.Stub extends android.os.Binder implements com.android.internal.telecomm.RemoteServiceCallback {
    ctor public RemoteServiceCallback.Stub();
    method public android.os.IBinder asBinder();
    method public static com.android.internal.telecomm.RemoteServiceCallback asInterface(android.os.IBinder);
    method public boolean onTransact(int, android.os.Parcel, android.os.Parcel, int) throws android.os.RemoteException;
  }
}
package com.android.internal.util {
  public abstract interface Predicate {
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ import android.content.ComponentName;

/**
 * Simple response callback object.
 *
 * {@hide}
 */
oneway interface RemoteServiceCallback {
    void onError();