android.app
Class ActivityManager.RunningServiceInfo

java.lang.Object
  extended by android.app.ActivityManager.RunningServiceInfo
All Implemented Interfaces:
Parcelable
Enclosing class:
ActivityManager

public static class ActivityManager.RunningServiceInfo
extends java.lang.Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
 long activeSince
           
 int clientCount
           
 int clientLabel
           
 java.lang.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
           
 java.lang.String process
           
 long restarting
           
 ComponentName service
           
 boolean started
           
 int uid
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ActivityManager.RunningServiceInfo()
           
 
Method Summary
 int describeContents()
           
 void readFromParcel(Parcel source)
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

service

public ComponentName service

pid

public int pid

uid

public int uid

process

public java.lang.String process

foreground

public boolean foreground

activeSince

public long activeSince

started

public boolean started

clientCount

public int clientCount

crashCount

public int crashCount

lastActivityTime

public long lastActivityTime

restarting

public long restarting

FLAG_STARTED

public static final int FLAG_STARTED
See Also:
Constant Field Values

FLAG_FOREGROUND

public static final int FLAG_FOREGROUND
See Also:
Constant Field Values

FLAG_SYSTEM_PROCESS

public static final int FLAG_SYSTEM_PROCESS
See Also:
Constant Field Values

FLAG_PERSISTENT_PROCESS

public static final int FLAG_PERSISTENT_PROCESS
See Also:
Constant Field Values

flags

public int flags

clientPackage

public java.lang.String clientPackage

clientLabel

public int clientLabel

CREATOR

public static final Parcelable.Creator<ActivityManager.RunningServiceInfo> CREATOR
Constructor Detail

ActivityManager.RunningServiceInfo

public ActivityManager.RunningServiceInfo()
Method Detail

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

readFromParcel

public void readFromParcel(Parcel source)


Copyright © 2008-2010. All Rights Reserved.