OSDN Git Service

Tweak to make merges easier
authorJean-Baptiste Queru <jbq@google.com>
Sat, 29 Jan 2011 20:53:52 +0000 (12:53 -0800)
committerJean-Baptiste Queru <jbq@google.com>
Sat, 29 Jan 2011 20:54:09 +0000 (12:54 -0800)
Bug: 3364311

Change-Id: Idec05206615de524a3b61d8579d9f2b462b541cd

core/java/android/os/storage/IObbActionListener.java

index 6a6292d..35da4b0 100644 (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();