android.os
Class Debug.MemoryInfo

java.lang.Object
  extended by android.os.Debug.MemoryInfo
All Implemented Interfaces:
Parcelable
Enclosing class:
Debug

public static class Debug.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
static Parcelable.Creator<Debug.MemoryInfo> CREATOR
           
 int dalvikPrivateDirty
           
 int dalvikPss
           
 int dalvikSharedDirty
           
 int nativePrivateDirty
           
 int nativePss
           
 int nativeSharedDirty
           
 int otherPrivateDirty
           
 int otherPss
           
 int otherSharedDirty
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
Debug.MemoryInfo()
           
 
Method Summary
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Debug.MemoryInfo

public Debug.MemoryInfo()
Method Detail

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.