Loading core/java/android/os/IBinder.java +2 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,8 @@ public interface IBinder { /** * Flag to {@link #transact}: this is a one-way call, meaning that the * caller returns immediately, without waiting for a result from the * callee. * callee. Applies only if the caller and callee are in different * processes. */ int FLAG_ONEWAY = 0x00000001; Loading docs/html/guide/topics/fundamentals.jd +2 −2 Original line number Diff line number Diff line Loading @@ -990,8 +990,8 @@ the RPC interface itself. </p> <p> An RPC interface can include only methods. All methods are executed synchronously (the local method blocks until the An RPC interface can include only methods. By default, all methods are executed synchronously (the local method blocks until the remote method finishes), even if there is no return value. </p> Loading Loading
core/java/android/os/IBinder.java +2 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,8 @@ public interface IBinder { /** * Flag to {@link #transact}: this is a one-way call, meaning that the * caller returns immediately, without waiting for a result from the * callee. * callee. Applies only if the caller and callee are in different * processes. */ int FLAG_ONEWAY = 0x00000001; Loading
docs/html/guide/topics/fundamentals.jd +2 −2 Original line number Diff line number Diff line Loading @@ -990,8 +990,8 @@ the RPC interface itself. </p> <p> An RPC interface can include only methods. All methods are executed synchronously (the local method blocks until the An RPC interface can include only methods. By default, all methods are executed synchronously (the local method blocks until the remote method finishes), even if there is no return value. </p> Loading