FileDocCategorySizeDatePackage
Binder.javaAPI DocAndroid 5.1 API2117Sat Mar 14 14:09:36 GMT 2015android.os

Binder

public class Binder extends Object implements android.os.IBinder

Fields Summary
Constructors Summary
public Binder()

 throw new RuntimeException("Stub!"); 
Methods Summary
public voidattachInterface(android.os.IInterface owner, java.lang.String descriptor)

 throw new RuntimeException("Stub!"); 
public static final native longclearCallingIdentity()

public voiddump(java.io.FileDescriptor fd, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
protected voiddump(java.io.FileDescriptor fd, java.io.PrintWriter fout, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
public voiddumpAsync(java.io.FileDescriptor fd, java.lang.String[] args)

 throw new RuntimeException("Stub!"); 
protected voidfinalize()

 throw new RuntimeException("Stub!"); 
public static final native voidflushPendingCommands()

public static final native intgetCallingPid()

public static final native intgetCallingUid()

public static final android.os.UserHandlegetCallingUserHandle()

 throw new RuntimeException("Stub!"); 
public java.lang.StringgetInterfaceDescriptor()

 throw new RuntimeException("Stub!"); 
public booleanisBinderAlive()

 throw new RuntimeException("Stub!"); 
public static final native voidjoinThreadPool()

public voidlinkToDeath(android.os.IBinder.DeathRecipient recipient, int flags)

 throw new RuntimeException("Stub!"); 
protected booleanonTransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)

 throw new RuntimeException("Stub!"); 
public booleanpingBinder()

 throw new RuntimeException("Stub!"); 
public android.os.IInterfacequeryLocalInterface(java.lang.String descriptor)

 throw new RuntimeException("Stub!"); 
public static final native voidrestoreCallingIdentity(long token)

public final booleantransact(int code, android.os.Parcel data, android.os.Parcel reply, int flags)

 throw new RuntimeException("Stub!"); 
public booleanunlinkToDeath(android.os.IBinder.DeathRecipient recipient, int flags)

 throw new RuntimeException("Stub!");