android.content.pm
Class ServiceInfo

java.lang.Object
  extended by android.content.pm.PackageItemInfo
      extended by android.content.pm.ComponentInfo
          extended by android.content.pm.ServiceInfo
All Implemented Interfaces:
Parcelable

public class ServiceInfo
extends ComponentInfo
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from class android.content.pm.PackageItemInfo
PackageItemInfo.DisplayNameComparator
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<ServiceInfo> CREATOR
           
 java.lang.String permission
           
 
Fields inherited from class android.content.pm.ComponentInfo
applicationInfo, enabled, exported, processName
 
Fields inherited from class android.content.pm.PackageItemInfo
icon, labelRes, metaData, name, nonLocalizedLabel, packageName
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ServiceInfo()
           
ServiceInfo(ServiceInfo orig)
           
 
Method Summary
 int describeContents()
           
 void dump(Printer pw, java.lang.String prefix)
           
 java.lang.String toString()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class android.content.pm.ComponentInfo
dumpBack, dumpFront, getIconResource, loadIcon, loadLabel
 
Methods inherited from class android.content.pm.PackageItemInfo
loadXmlMetaData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

permission

public java.lang.String permission

CREATOR

public static final Parcelable.Creator<ServiceInfo> CREATOR
Constructor Detail

ServiceInfo

public ServiceInfo()

ServiceInfo

public ServiceInfo(ServiceInfo orig)
Method Detail

dump

public void dump(Printer pw,
                 java.lang.String prefix)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

describeContents

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

writeToParcel

public void writeToParcel(Parcel dest,
                          int parcelableFlags)
Specified by:
writeToParcel in interface Parcelable
Overrides:
writeToParcel in class ComponentInfo


Copyright © 2008-2010. All Rights Reserved.