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.java714 * The {@link #stopAllocCounting() stop} method disables the counting so that the analysis
736 public static void stopAllocCounting() { method in class:Debug
737 VMDebug.stopAllocCounting();
742 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
758 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
774 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
790 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
806 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
823 * {@link #stopAllocCounting() stop}.
839 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() sto
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1267 public void stopAllocCounting() { method in class:Instrumentation
1271 Debug.stopAllocCounting();

Completed in 492 milliseconds