am 1358b6a4: Tweak to make merges easier

* commit '1358b6a4fb68e81058aa938e46b125350bdf0fff':
  Tweak to make merges easier
This commit is contained in:
Jean-Baptiste Queru
2011-01-29 14:43:33 -08:00
committed by Android Git Automerger

View File

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