Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DDebug.java128 public int otherPrivateDirty; field in Debug.MemoryInfo
151 return dalvikPrivateDirty + nativePrivateDirty + otherPrivateDirty; in getTotalPrivateDirty()
205 dest.writeInt(otherPrivateDirty); in writeToParcel()
218 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/tests/DumpRenderTree/src/com/android/dumprendertree/
DLoadTestsAutoTest.java191 final int otherPrivate = memInfo.otherPrivateDirty; in dumpMemoryInfo()
/frameworks/base/core/java/android/app/
DActivityThread.java904 pw.print(memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfo()
906 + memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfo()
953 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfo() local
961 otherPrivateDirty -= memInfo.getOtherPrivateDirty(i); in dumpMemInfo()
965 otherPrivateDirty, "", "", ""); in dumpMemInfo()
/frameworks/base/api/
Dcurrent.txt14600 field public int otherPrivateDirty;
D14.txt14600 field public int otherPrivateDirty;