@Implements(value=android.os.Binder.class)
public class ShadowBinder
extends java.lang.Object
| Constructor and Description |
|---|
ShadowBinder() |
| Modifier and Type | Method and Description |
|---|---|
protected static int |
getCallingPid() |
protected static int |
getCallingUid() |
static void |
reset() |
static void |
setCallingPid(int pid) |
static void |
setCallingUid(int uid) |
protected boolean |
transact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags) |
@Implementation
protected boolean transact(int code,
android.os.Parcel data,
android.os.Parcel reply,
int flags)
throws android.os.RemoteException
android.os.RemoteException@Implementation protected static final int getCallingPid()
@Implementation protected static final int getCallingUid()
public static void setCallingPid(int pid)
public static void setCallingUid(int uid)
@Resetter public static void reset()