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

Commit 4db1632b authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Gerrit Code Review
Browse files

Merge "Stub Binder API."

parents 566b1c80 13245313
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -129,6 +129,17 @@ public class Binder implements IBinder {
        return sTransactionTracker;
    }

    /** @hide */
    public static IBinder allowBlocking(IBinder binder) {
        // NOTE: real implementation on internal branch
        return binder;
    }

    /** @hide */
    public static void copyAllowBlocking(IBinder fromBinder, IBinder toBinder) {
        // NOTE: real implementation on internal branch
    }

    /* mObject is used by native code, do not remove or rename */
    private long mObject;
    private IInterface mOwner;