android.app
Class ActivityManager.MemoryInfo
java.lang.Object
android.app.ActivityManager.MemoryInfo
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- ActivityManager
public static class ActivityManager.MemoryInfo
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
availMem
public long availMem
threshold
public long threshold
lowMemory
public boolean lowMemory
CREATOR
public static final Parcelable.Creator<ActivityManager.MemoryInfo> CREATOR
ActivityManager.MemoryInfo
public ActivityManager.MemoryInfo()
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.