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

/frameworks/volley/src/com/android/volley/
H A DRequest.java26 import com.android.volley.VolleyLog.MarkerLog;
57 private final MarkerLog mEventLog = MarkerLog.ENABLED ? new MarkerLog() : null;
173 if (MarkerLog.ENABLED) {
189 if (MarkerLog.ENABLED) {
H A DVolleyLog.java103 static class MarkerLog { class in class:VolleyLog

Completed in 174 milliseconds