Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java186 public int otherPrivateDirty; field in Debug.MemoryInfo
376 otherPrivateDirty = other.otherPrivateDirty; in set()
402 + otherPrivateClean + otherPrivateDirty; in getTotalUss()
424 return dalvikPrivateDirty + nativePrivateDirty + otherPrivateDirty; in getTotalPrivateDirty()
862 dest.writeInt(otherPrivateDirty); in writeToParcel()
894 otherPrivateDirty = source.readInt(); in readFromParcel()
DPerformanceCollector.java538 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.java2570 pw.print(memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfoTable()
2664 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfoTable() local
2698 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable()
2708 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
2721 otherPrivateDirty, otherPrivateClean, in dumpMemInfoTable()
2859 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfoTable() local
2886 otherPrivateDirty -= myPrivateDirty; in dumpMemInfoTable()
2896 otherSharedDirty, otherPrivateDirty, otherSharedClean, otherPrivateClean, in dumpMemInfoTable()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt21674 field public int otherPrivateDirty;
/frameworks/base/non-updatable-api/
Dcurrent.txt34680 field public int otherPrivateDirty;
/frameworks/base/api/
Dcurrent.txt34824 field public int otherPrivateDirty;