android.os
Class Debug.MemoryInfo
java.lang.Object
android.os.Debug.MemoryInfo
- All Implemented Interfaces:
- Parcelable
- Enclosing class:
- Debug
public static class Debug.MemoryInfo
- extends Object
- implements Parcelable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dalvikPss
public int dalvikPss
dalvikPrivateDirty
public int dalvikPrivateDirty
dalvikSharedDirty
public int dalvikSharedDirty
nativePss
public int nativePss
nativePrivateDirty
public int nativePrivateDirty
nativeSharedDirty
public int nativeSharedDirty
otherPss
public int otherPss
otherPrivateDirty
public int otherPrivateDirty
otherSharedDirty
public int otherSharedDirty
CREATOR
public static final Parcelable.Creator<Debug.MemoryInfo> CREATOR
Debug.MemoryInfo
public Debug.MemoryInfo()
getTotalPss
public int getTotalPss()
getTotalPrivateDirty
public int getTotalPrivateDirty()
getTotalSharedDirty
public int getTotalSharedDirty()
getOtherPss
public int getOtherPss(int which)
getOtherPrivateDirty
public int getOtherPrivateDirty(int which)
getOtherSharedDirty
public int getOtherSharedDirty(int which)
getOtherLabel
public static String getOtherLabel(int which)
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.