@Implements(value=android.app.ActivityThread.class, isInAndroidSdk=false, looseSignatures=true) public class ShadowActivityThread extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ShadowActivityThread._ActivityThread_
Accessor interface for
ActivityThread ’s internals. |
static interface |
ShadowActivityThread._AppBindData_
Accessor interface for
ActivityThread.AppBindData ’s internals. |
Constructor and Description |
---|
ShadowActivityThread() |
Modifier and Type | Method and Description |
---|---|
static Object |
currentActivityThread() |
static Object |
getPackageManager() |
static void |
setApplicationInfo(ApplicationInfo applicationInfo)
Deprecated.
do not use
|
@Implementation public static Object getPackageManager()
@Implementation public static Object currentActivityThread()
@Deprecated public static void setApplicationInfo(ApplicationInfo applicationInfo)
Internal use only.