|
||||||||||
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.PermissionGroupInfo
public class PermissionGroupInfo
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<PermissionGroupInfo> |
CREATOR
|
int |
descriptionRes
|
CharSequence |
nonLocalizedDescription
|
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 | |
---|---|
PermissionGroupInfo()
|
|
PermissionGroupInfo(PermissionGroupInfo orig)
|
Method Summary | |
---|---|
int |
describeContents()
|
CharSequence |
loadDescription(PackageManager pm)
|
String |
toString()
|
void |
writeToParcel(Parcel dest,
int parcelableFlags)
|
Methods inherited from class android.content.pm.PackageItemInfo |
---|
dumpBack, dumpFront, loadIcon, loadLabel, loadLogo, loadXmlMetaData |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public int descriptionRes
public CharSequence nonLocalizedDescription
public static final Parcelable.Creator<PermissionGroupInfo> CREATOR
Constructor Detail |
---|
public PermissionGroupInfo()
public PermissionGroupInfo(PermissionGroupInfo orig)
Method Detail |
---|
public CharSequence loadDescription(PackageManager pm)
public String toString()
toString
in class Object
public int describeContents()
describeContents
in interface Parcelable
public void writeToParcel(Parcel dest, int parcelableFlags)
writeToParcel
in interface Parcelable
writeToParcel
in class PackageItemInfo
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |