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

Commit 9e3e680f authored by Jason Sams's avatar Jason Sams Committed by Android (Google) Code Review
Browse files

Merge "Remove old hidden API."

parents 0fae349f 390ec00c
Loading
Loading
Loading
Loading
+0 −8
Original line number Diff line number Diff line
@@ -410,14 +410,6 @@ public class Allocation extends BaseObj {
        Trace.traceEnd(RenderScript.TRACE_TAG);
    }

    /**
     * Delete once code is updated.
     * @hide
     */
    public void ioSendOutput() {
        ioSend();
    }

    /**
     * Receive the latest input into the Allocation. This operation
     * is only valid if {@link #USAGE_IO_INPUT} is set on the Allocation.