Searched refs:getGlobalGcInvocationCount (Results 1 - 3 of 3) sorted by last modified time

/frameworks/base/core/java/android/app/
H A DInstrumentation.java1294 results.putLong("gc_invocation_count", Debug.getGlobalGcInvocationCount());
/frameworks/base/core/java/android/os/
H A DDebug.java651 public static int getGlobalGcInvocationCount() { method in class:Debug
H A DPerformanceCollector.java572 results.putLong(METRIC_KEY_GC_INVOCATION_COUNT, Debug.getGlobalGcInvocationCount());

Completed in 96 milliseconds