HomeSort by relevance Sort by last modified time
    Searched refs:mGuardWriter (Results 1 - 2 of 2) sorted by null

  /packages/apps/Camera2/src/com/android/camera/stats/profiler/
GuardingProfiler.java 26 private final Writer mGuardWriter;
37 mGuardWriter = writer;
44 return new GuardingProfile(mGuardWriter, mVerboseWriter, name,
50 return new GuardingProfile(mGuardWriter, mVerboseWriter, name,
GuardingProfile.java 26 private final Writer mGuardWriter;
32 mGuardWriter = writer;
45 mGuardWriter.write(format(totalMillis, "GUARD", lastMillis, reason));
54 mGuardWriter.write(format(totalMillis, "GUARD", "STOP"));

Completed in 947 milliseconds