public class ControlGroup
extends java.lang.Object
implements android.os.Parcelable
Modifier and Type | Field and Description |
---|---|
static android.os.Parcelable.Creator<ControlGroup> |
CREATOR |
java.lang.String |
group
control group in the hierarchy to which the process belongs
|
int |
id
hierarchy ID number
|
java.lang.String |
subsystems
set of subsystems bound to the hierarchy
|
Modifier | Constructor and Description |
---|---|
protected |
ControlGroup(android.os.Parcel in) |
protected |
ControlGroup(java.lang.String line) |
Modifier and Type | Method and Description |
---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel dest,
int flags) |
public final int id
public final java.lang.String subsystems
public final java.lang.String group
public static final android.os.Parcelable.Creator<ControlGroup> CREATOR