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

Commit 0bf53b16 authored by Jeff Sharkey's avatar Jeff Sharkey Committed by Android (Google) Code Review
Browse files

Merge "Yet another interface that should be oneway."

parents 3e12f413 55079a9e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@ import android.content.ComponentName;
import android.os.Bundle;

/** @hide */
interface IInstrumentationWatcher
oneway interface IInstrumentationWatcher
{
    void instrumentationStatus(in ComponentName name, int resultCode,
            in Bundle results);