Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java178 public int otherSharedClean; field in Debug.MemoryInfo
379 return dalvikSharedClean + nativeSharedClean + otherSharedClean; in getTotalSharedClean()
784 dest.writeInt(otherSharedClean); in writeToParcel()
816 otherSharedClean = source.readInt(); in readFromParcel()
/frameworks/base/core/java/android/app/
DActivityThread.java2264 pw.print(memInfo.otherSharedClean); pw.print(','); in dumpMemInfoTable()
2365 int otherSharedClean = memInfo.otherSharedClean; in dumpMemInfoTable() local
2399 otherSharedClean -= mySharedClean; in dumpMemInfoTable()
2408 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
2560 int otherSharedClean = memInfo.otherSharedClean; in dumpMemInfoTable() local
2587 otherSharedClean -= mySharedClean; in dumpMemInfoTable()
2596 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
/frameworks/base/config/
Dhiddenapi-light-greylist.txt3961 Landroid/os/Debug$MemoryInfo;->otherSharedClean:I
Dhiddenapi-private-dex.txt61664 Landroid/os/Debug$MemoryInfo;->otherSharedClean:I