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.java1061 * The {@link #stopAllocCounting() stop} method disables the counting so that the analysis
1083 public static void stopAllocCounting() { method in class:Debug
1084 VMDebug.stopAllocCounting();
1089 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1111 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1133 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1155 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1177 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() stop}.
1200 * {@link #stopAllocCounting() stop}.
1222 * {@link #startAllocCounting() start} and {@link #stopAllocCounting() sto
[all...]
/frameworks/base/core/java/android/app/
H A DInstrumentation.java1351 public void stopAllocCounting() { method in class:Instrumentation
1355 Debug.stopAllocCounting();

Completed in 70 milliseconds