Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java192 public int otherRss; field in Debug.MemoryInfo
385 otherRss = other.otherRss; in set()
427 return dalvikRss + nativeRss + otherRss; in getTotalRss()
935 dest.writeInt(otherRss); in writeToParcel()
967 otherRss = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java3350 int otherRss = memInfo.otherRss; in dumpMemInfoTable() local
3386 otherRss -= myRss; in dumpMemInfoTable()
3394 otherRss, "", "", ""); in dumpMemInfoTable()
3407 otherRss, "", "", ""); in dumpMemInfoTable()
3558 int otherRss = memInfo.otherRss; in dumpMemInfoTable() local
3587 otherRss -= myRss; in dumpMemInfoTable()
3594 memInfo.hasSwappedOutPss, otherSwappedOut, otherSwappedOutPss, otherRss); in dumpMemInfoTable()