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

/frameworks/base/services/java/com/android/server/am/
H A DActivityManagerService.java779 boolean mAutoStopProfiler = false; field in class:ActivityManagerService
4186 profileAutoStop = mAutoStopProfiler;
7312 mAutoStopProfiler = autoStopProfiler;
9428 pw.println(" mProfileType=" + mProfileType + " mAutoStopProfiler="
9429 + mAutoStopProfiler);
13958 mAutoStopProfiler = false;

Completed in 41 milliseconds