public static class ActivityManager.MemoryInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
long |
availMem |
static Parcelable.Creator<ActivityManager.MemoryInfo> |
CREATOR |
boolean |
lowMemory |
long |
threshold |
long |
totalMem |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
ActivityManager.MemoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
readFromParcel(Parcel source) |
void |
writeToParcel(Parcel dest,
int flags) |
public long availMem
public long totalMem
public long threshold
public boolean lowMemory
public static final Parcelable.Creator<ActivityManager.MemoryInfo> CREATOR
public int describeContents()
describeContents in interface Parcelablepublic void writeToParcel(Parcel dest, int flags)
writeToParcel in interface Parcelablepublic void readFromParcel(Parcel source)
Copyright © 2008-2013. All Rights Reserved.