From 55079a9ec217bf023246d045e61b529a5f191409 Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 16 Nov 2016 14:18:10 -0700 Subject: [PATCH] Yet another interface that should be oneway. Test: builds Bug: 32715088 Change-Id: I85e90733454bdd7bccb06e29625a61f93153fea4 --- core/java/android/app/IInstrumentationWatcher.aidl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/app/IInstrumentationWatcher.aidl b/core/java/android/app/IInstrumentationWatcher.aidl index 6c8c4d6e03ef4..405a3d80128ef 100644 --- a/core/java/android/app/IInstrumentationWatcher.aidl +++ b/core/java/android/app/IInstrumentationWatcher.aidl @@ -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);