Tweak to make merges easier
Bug: 3364311 Change-Id: Idec05206615de524a3b61d8579d9f2b462b541cd
This commit is contained in:
@@ -113,7 +113,7 @@ public interface IObbActionListener extends IInterface {
|
||||
_data.writeInt(nonce);
|
||||
_data.writeInt(status);
|
||||
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
|
||||
Binder.FLAG_ONEWAY);
|
||||
android.os.IBinder.FLAG_ONEWAY);
|
||||
_reply.readException();
|
||||
} finally {
|
||||
_reply.recycle();
|
||||
|
||||
Reference in New Issue
Block a user