public static class Debug.MemoryInfo extends Object implements Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>| Modifier and Type | Field and Description |
|---|---|
static Parcelable.Creator<Debug.MemoryInfo> |
CREATOR |
int |
dalvikPrivateDirty |
int |
dalvikPss |
int |
dalvikSharedDirty |
int |
nativePrivateDirty |
int |
nativePss |
int |
nativeSharedDirty |
int |
otherPrivateDirty |
int |
otherPss |
int |
otherSharedDirty |
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE| Constructor and Description |
|---|
Debug.MemoryInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
static String |
getOtherLabel(int which) |
int |
getOtherPrivateDirty(int which) |
int |
getOtherPss(int which) |
int |
getOtherSharedDirty(int which) |
int |
getTotalPrivateDirty() |
int |
getTotalPss() |
int |
getTotalSharedDirty() |
void |
readFromParcel(Parcel source) |
void |
writeToParcel(Parcel dest,
int flags) |
public int dalvikPss
public int dalvikPrivateDirty
public int dalvikSharedDirty
public int nativePss
public int nativePrivateDirty
public int nativeSharedDirty
public int otherPss
public int otherPrivateDirty
public int otherSharedDirty
public static final Parcelable.Creator<Debug.MemoryInfo> CREATOR
public int getTotalPss()
public int getTotalPrivateDirty()
public int getTotalSharedDirty()
public int getOtherPss(int which)
public int getOtherPrivateDirty(int which)
public int getOtherSharedDirty(int which)
public static String getOtherLabel(int which)
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.