android.content.pm
Class FeatureInfo

java.lang.Object
  extended by android.content.pm.FeatureInfo
All Implemented Interfaces:
Parcelable

public class FeatureInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<FeatureInfo> CREATOR
           
static int FLAG_REQUIRED
           
 int flags
           
static int GL_ES_VERSION_UNDEFINED
           
 String name
           
 int reqGlEsVersion
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
FeatureInfo()
           
FeatureInfo(FeatureInfo orig)
           
 
Method Summary
 int describeContents()
           
 String getGlEsVersion()
           
 String toString()
           
 void writeToParcel(Parcel dest, int parcelableFlags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

GL_ES_VERSION_UNDEFINED

public static final int GL_ES_VERSION_UNDEFINED
See Also:
Constant Field Values

reqGlEsVersion

public int reqGlEsVersion

FLAG_REQUIRED

public static final int FLAG_REQUIRED
See Also:
Constant Field Values

flags

public int flags

CREATOR

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

FeatureInfo

public FeatureInfo()

FeatureInfo

public FeatureInfo(FeatureInfo orig)
Method Detail

toString

public String toString()
Overrides:
toString in class 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

getGlEsVersion

public String getGlEsVersion()


Copyright © 2008-2012. All Rights Reserved.