Searched refs:otherSharedClean (Results 1 – 2 of 2) sorted by relevance
197 public int otherSharedClean; field in Debug.MemoryInfo380 otherSharedClean = other.otherSharedClean; in set()446 return dalvikSharedClean + nativeSharedClean + otherSharedClean; in getTotalSharedClean()930 dest.writeInt(otherSharedClean); in writeToParcel()962 otherSharedClean = source.readInt(); in readFromParcel()
2828 pw.print(memInfo.otherSharedClean); pw.print(','); in dumpMemInfoTable()2929 int otherSharedClean = memInfo.otherSharedClean; in dumpMemInfoTable() local2965 otherSharedClean -= mySharedClean; in dumpMemInfoTable()2975 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()3136 int otherSharedClean = memInfo.otherSharedClean; in dumpMemInfoTable() local3165 otherSharedClean -= mySharedClean; in dumpMemInfoTable()3175 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()