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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1217 boolean mAutoStopProfiler = false; field in class:ActivityManagerService
6122 profileAutoStop = mAutoStopProfiler;
10636 mAutoStopProfiler = profilerInfo.autoStopProfiler;
13702 pw.println(" mSamplingInterval=" + mSamplingInterval + " mAutoStopProfiler="
13703 + mAutoStopProfiler);
19539 mAutoStopProfiler = false;
H A DActivityStackSupervisor.java1274 mService.mSamplingInterval, mService.mAutoStopProfiler);

Completed in 152 milliseconds