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

/frameworks/base/core/java/com/android/internal/os/
H A DSamplingProfilerIntegration.java39 private static final Executor snapshotWriter; field in class:SamplingProfilerIntegration
43 snapshotWriter = Executors.newSingleThreadExecutor();
46 snapshotWriter = null;
86 snapshotWriter.execute(new Runnable() {

Completed in 101 milliseconds