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

/frameworks/base/services/java/com/android/server/
H A DSamplingProfilerService.java36 public class SamplingProfilerService extends Binder { class in inherits:Binder
38 private static final String TAG = "SamplingProfilerService";
45 public SamplingProfilerService(Context context) { method in class:SamplingProfilerService
52 if (LOCAL_LOGV) Slog.v(TAG, "starting SamplingProfilerService!");
76 if (LOCAL_LOGV) Slog.v(TAG, "SamplingProfilerService activated");
101 pw.println("SamplingProfilerService:");

Completed in 124 milliseconds