|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectandroid.content.pm.PackageItemInfo
android.content.pm.ComponentInfo
android.content.pm.ServiceInfo
public class ServiceInfo
| 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.ClassLoaderCreator<T>, Parcelable.Creator<T> |
| Field Summary | |
|---|---|
static Parcelable.Creator<ServiceInfo> |
CREATOR
|
static int |
FLAG_ISOLATED_PROCESS
|
static int |
FLAG_STOP_WITH_TASK
|
int |
flags
|
String |
permission
|
| Fields inherited from class android.content.pm.ComponentInfo |
|---|
applicationInfo, descriptionRes, enabled, exported, processName |
| Fields inherited from class android.content.pm.PackageItemInfo |
|---|
icon, labelRes, logo, 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,
String prefix)
|
String |
toString()
|
void |
writeToParcel(Parcel dest,
int parcelableFlags)
|
| Methods inherited from class android.content.pm.ComponentInfo |
|---|
dumpBack, dumpFront, getIconResource, isEnabled, loadLabel |
| Methods inherited from class android.content.pm.PackageItemInfo |
|---|
loadIcon, loadLogo, loadXmlMetaData |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String permission
public static final int FLAG_STOP_WITH_TASK
public static final int FLAG_ISOLATED_PROCESS
public int flags
public static final Parcelable.Creator<ServiceInfo> CREATOR
| Constructor Detail |
|---|
public ServiceInfo()
public ServiceInfo(ServiceInfo orig)
| Method Detail |
|---|
public void dump(Printer pw,
String prefix)
public String toString()
toString in class Objectpublic int describeContents()
describeContents in interface Parcelable
public void writeToParcel(Parcel dest,
int parcelableFlags)
writeToParcel in interface ParcelablewriteToParcel in class ComponentInfo
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||