android.app
Class ActivityManager.MemoryInfo

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

public static class ActivityManager.MemoryInfo
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
 long availMem
           
static Parcelable.Creator<ActivityManager.MemoryInfo> CREATOR
           
 boolean lowMemory
           
 long threshold
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
ActivityManager.MemoryInfo()
           
 
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

availMem

public long availMem

threshold

public long threshold

lowMemory

public boolean lowMemory

CREATOR

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

ActivityManager.MemoryInfo

public ActivityManager.MemoryInfo()
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-2012. All Rights Reserved.