HomeSort by relevance Sort by last modified time
    Searched full:snapshotwriter (Results 1 - 1 of 1) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 48 private static final Executor snapshotWriter;
66 snapshotWriter = Executors.newSingleThreadExecutor(new ThreadFactory() {
75 snapshotWriter = null;
80 snapshotWriter = null;
134 snapshotWriter.execute(new Runnable() {

Completed in 35 milliseconds