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

/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java48 private static final Executor snapshotWriter; field in class:SamplingProfilerIntegration
66 snapshotWriter = Executors.newSingleThreadExecutor(new ThreadFactory() {
75 snapshotWriter = null;
80 snapshotWriter = null;
134 snapshotWriter.execute(new Runnable() {

Completed in 15 milliseconds