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

Commit 55079a9e authored by Jeff Sharkey's avatar Jeff Sharkey
Browse files

Yet another interface that should be oneway.

Test: builds
Bug: 32715088
Change-Id: I85e90733454bdd7bccb06e29625a61f93153fea4
parent a3a43b09
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);