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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java944 boolean mAutoStopProfiler = false; field in class:ActivityManagerService
4940 profileAutoStop = mAutoStopProfiler;
8489 mAutoStopProfiler = autoStopProfiler;
10964 pw.println(" mProfileType=" + mProfileType + " mAutoStopProfiler="
10965 + mAutoStopProfiler);
15870 mAutoStopProfiler = false;

Completed in 59 milliseconds