Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java154 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()
DPerformanceCollector.java531 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty); in endPerformanceSnapshot()
/frameworks/base/tools/preload/loadclass/
DLoadClass.java69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
/frameworks/base/core/java/android/app/
DActivityThread.java1947 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/
Dsystem-current.txt23256 field public int otherPrivateDirty;
Dcurrent.txt21676 field public int otherPrivateDirty;