Merge 3100207b from gingerbread-plus-aosp

Change-Id: Ib2eaede8b9e400e1d273f981c08a6ef82f3dd588
This commit is contained in:
Jean-Baptiste Queru
2011-01-29 14:51:17 -08:00

View File

@@ -113,7 +113,7 @@ public interface IObbActionListener extends IInterface {
_data.writeInt(nonce);
_data.writeInt(status);
mRemote.transact(Stub.TRANSACTION_onObbResult, _data, _reply,
IBinder.FLAG_ONEWAY);
android.os.IBinder.FLAG_ONEWAY);
_reply.readException();
} finally {
_reply.recycle();