Searched defs:stopAllocCounting (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/os/
H A DPerformanceCollector.java486 stopAllocCounting();
556 private static void stopAllocCounting() { method in class:PerformanceCollector
560 Debug.stopAllocCounting();
H A DDebug.java558 * The {@link #stopAllocCounting() stop} function disables the counting so that the analysis
576 public static void stopAllocCounting() { method in class:Debug
577 VMDebug.stopAllocCounting();
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1260 public void stopAllocCounting() { method in class:Instrumentation
1264 Debug.stopAllocCounting();

Completed in 827 milliseconds