Merge "Yet another interface that should be oneway."

This commit is contained in:
Jeff Sharkey
2016-11-16 23:31:28 +00:00
committed by Android (Google) Code Review

View File

@@ -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);