Searched refs:otherPrivateDirty (Results 1 – 7 of 7) sorted by relevance
128 public int otherPrivateDirty; field in Debug.MemoryInfo151 return dalvikPrivateDirty + nativePrivateDirty + otherPrivateDirty; in getTotalPrivateDirty()205 dest.writeInt(otherPrivateDirty); in writeToParcel()218 otherPrivateDirty = source.readInt(); in readFromParcel()
531 mPerfSnapshot.putLong(METRIC_KEY_OTHER_PRIVATE_DIRTY, memInfo.otherPrivateDirty); in endPerformanceSnapshot()
69 response.append(',').append(memoryInfo.otherPrivateDirty); in main()
191 final int otherPrivate = memInfo.otherPrivateDirty; in dumpMemoryInfo()
904 pw.print(memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfo()906 + memInfo.otherPrivateDirty); pw.print(','); in dumpMemInfo()953 int otherPrivateDirty = memInfo.otherPrivateDirty; in dumpMemInfo() local961 otherPrivateDirty -= memInfo.getOtherPrivateDirty(i); in dumpMemInfo()965 otherPrivateDirty, "", "", ""); in dumpMemInfo()
14600 field public int otherPrivateDirty;