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

  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 173 long nativeMax = Debug.getNativeHeapSize() / 1024;
194 printRow(ps, formatString, "size:", nativeMax, dalvikMax, "N/A", nativeMax + dalvikMax);
  /frameworks/base/core/java/android/os/
PerformanceCollector.java 488 long nativeMax = Debug.getNativeHeapSize() / 1024;
516 mPerfSnapshot.putLong(METRIC_KEY_NATIVE_SIZE, nativeMax);
  /frameworks/base/core/java/android/app/
ActivityThread.java 830 long nativeMax = Debug.getNativeHeapSize() / 1024;
872 pw.print(nativeMax); pw.print(',');
    [all...]

Completed in 150 milliseconds