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

/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java1366 boolean mAutoStopProfiler = false; field in class:ActivityManagerService
6475 profileAutoStop = mAutoStopProfiler;
11925 mAutoStopProfiler = profilerInfo.autoStopProfiler;
14681 pw.println(" mSamplingInterval=" + mSamplingInterval + " mAutoStopProfiler="
14682 + mAutoStopProfiler);
21062 mAutoStopProfiler = false;
H A DActivityStackSupervisor.java1265 mService.mSamplingInterval, mService.mAutoStopProfiler);

Completed in 2447 milliseconds