Home
last modified time | relevance | path

Searched refs:otherStats (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/os/
DDebug.java135 private int[] otherStats = new int[NUM_OTHER_STATS*3]; field in Debug.MemoryInfo
163 return otherStats[which*3]; in getOtherPss()
168 return otherStats[which*3 + 1]; in getOtherPrivateDirty()
173 return otherStats[which*3 + 2]; in getOtherSharedDirty()
207 dest.writeIntArray(otherStats); in writeToParcel()
220 otherStats = source.createIntArray(); in readFromParcel()