Searched refs:otherPrivateDirty (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | Debug.java | 186 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()
|
D | PerformanceCollector.java | 538 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 | 2570 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/ |
D | android-22.txt | 21674 field public int otherPrivateDirty;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 34680 field public int otherPrivateDirty;
|
/frameworks/base/api/ |
D | current.txt | 34824 field public int otherPrivateDirty;
|