Merge "@hide Binder#blockUntilThreadAvailable API"
This commit is contained in:
committed by
Android (Google) Code Review
commit
ad83f87bcf
@@ -22500,7 +22500,6 @@ package android.os {
|
||||
public class Binder implements android.os.IBinder {
|
||||
ctor public Binder();
|
||||
method public void attachInterface(android.os.IInterface, java.lang.String);
|
||||
method public static final void blockUntilThreadAvailable();
|
||||
method public static final long clearCallingIdentity();
|
||||
method public void dump(java.io.FileDescriptor, java.lang.String[]);
|
||||
method protected void dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
|
||||
|
||||
@@ -24388,7 +24388,6 @@ package android.os {
|
||||
public class Binder implements android.os.IBinder {
|
||||
ctor public Binder();
|
||||
method public void attachInterface(android.os.IInterface, java.lang.String);
|
||||
method public static final void blockUntilThreadAvailable();
|
||||
method public static final long clearCallingIdentity();
|
||||
method public void dump(java.io.FileDescriptor, java.lang.String[]);
|
||||
method protected void dump(java.io.FileDescriptor, java.io.PrintWriter, java.lang.String[]);
|
||||
|
||||
@@ -189,6 +189,7 @@ public class Binder implements IBinder {
|
||||
/**
|
||||
* Call blocks until the number of executing binder threads is less
|
||||
* than the maximum number of binder threads allowed for this process.
|
||||
* @hide
|
||||
*/
|
||||
public static final native void blockUntilThreadAvailable();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user