Merge "Yet another interface that should be oneway."
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user