Searched refs:otherPrivateDirty (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 154 public int otherPrivateDirty; field in Debug.MemoryInfo 209 + otherPrivateClean + otherPrivateDirty; in getTotalUss() 223 return dalvikPrivateDirty + nativePrivateDirty + otherPrivateDirty; in getTotalPrivateDirty() 345 dest.writeInt(otherPrivateDirty); in writeToParcel() 370 otherPrivateDirty = source.readInt(); in readFromParcel()
|
D | PerformanceCollector.java | 531 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty); in endPerformanceSnapshot()
|
/frameworks/base/tools/preload/loadclass/ |
D | LoadClass.java | 69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
|
/frameworks/base/core/java/android/app/ |
D | ActivityThread.java | 1947 pw.print(memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfoTable() 2007 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfoTable() local 2034 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable() 2043 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable() 2053 otherPrivateDirty, otherPrivateClean, otherSwappedOut, in dumpMemInfoTable()
|
/frameworks/base/api/ |
D | system-current.txt | 23256 field public int otherPrivateDirty;
|
D | current.txt | 21676 field public int otherPrivateDirty;
|