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

/frameworks/base/services/net/java/android/net/util/
H A DSharedLog.java35 public class SharedLog { class
52 // their SharedLog instance. The tag is not included in the component for
56 public SharedLog(String tag) { method in class:SharedLog
60 public SharedLog(int maxRecords, String tag) { method in class:SharedLog
64 private SharedLog(LocalLog localLog, String tag, String component) { method in class:SharedLog
70 public SharedLog forSubComponent(String component) {
74 return new SharedLog(mLocalLog, mTag, component);
130 // Check whether this SharedLog instance is nominally the top level in

Completed in 127 milliseconds