HomeSort by relevance Sort by last modified time
    Searched refs:otherPrivate (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 138 final int otherPrivate = memInfo.otherPrivateDirty;
152 printRow(ps, formatString, "(priv dirty):", nativePrivate, dalvikPrivate, otherPrivate,
153 nativePrivate + dalvikPrivate + otherPrivate);
  /frameworks/base/core/java/android/app/
ActivityThread.java 674 final int otherPrivate = memInfo.otherPrivateDirty;
747 pw.print(otherPrivate); pw.print(',');
748 pw.print(nativePrivate + dalvikPrivate + otherPrivate); pw.print(',');
792 printRow(pw, HEAP_COLUMN, "(priv dirty):", nativePrivate, dalvikPrivate, otherPrivate,
793 nativePrivate + dalvikPrivate + otherPrivate);
    [all...]

Completed in 44 milliseconds