Searched refs:isProfiling (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DInstrumentation.java222 if (!isProfiling()) {
228 if (!isProfiling()) {
285 public boolean isProfiling() { method in class:Instrumentation
286 return mThread.isProfiling();
290 * This method will start profiling if isProfiling() returns true. You should
295 if (mThread.isProfiling()) {
303 * Stops profiling if isProfiling() returns true.
306 if (mThread.isProfiling()) {
H A DActivityThread.java2012 public boolean isProfiling() { method in class:ActivityThread

Completed in 239 milliseconds