public static class ActivityManager.RunningServiceInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
long |
activeSince |
int |
clientCount |
int |
clientLabel |
String |
clientPackage |
int |
crashCount |
static Parcelable.Creator<ActivityManager.RunningServiceInfo> |
CREATOR |
static int |
FLAG_FOREGROUND |
static int |
FLAG_PERSISTENT_PROCESS |
static int |
FLAG_STARTED |
static int |
FLAG_SYSTEM_PROCESS |
int |
flags |
boolean |
foreground |
long |
lastActivityTime |
int |
pid |
String |
process |
long |
restarting |
ComponentName |
service |
boolean |
started |
int |
uid |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ActivityManager.RunningServiceInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
readFromParcel(Parcel source) |
void |
writeToParcel(Parcel dest,
int flags) |
public ComponentName service
public int pid
public int uid
public String process
public boolean foreground
public long activeSince
public boolean started
public int clientCount
public int crashCount
public long lastActivityTime
public long restarting
public static final int FLAG_STARTED
public static final int FLAG_FOREGROUND
public static final int FLAG_SYSTEM_PROCESS
public static final int FLAG_PERSISTENT_PROCESS
public int flags
public String clientPackage
public int clientLabel
public static final Parcelable.Creator<ActivityManager.RunningServiceInfo> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic void readFromParcel(Parcel source)
Copyright © 2008-2013. All Rights Reserved.