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.java740 * The {@link #stopAllocCounting() stop} method disables the counting so that the analysis
762 public static void stopAllocCounting() { method in class:Debug
763 VMDebug.stopAllocCounting();
768 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
784 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
800 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
816 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
832 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
849 * {@link #stopAllocCounting() stop}.
865 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() sto
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1328 public void stopAllocCounting() { method in class:Instrumentation
1332 Debug.stopAllocCounting();

Completed in 41 milliseconds