Home
last modified time | relevance | path

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

/external/volley/src/main/java/com/android/volley/
DRequest.java27 import com.android.volley.VolleyLog.MarkerLog;
67 private final MarkerLog mEventLog = MarkerLog.ENABLED ? new MarkerLog() : null;
218 if (MarkerLog.ENABLED) { in addMarker()
232 if (MarkerLog.ENABLED) { in finish()
DVolleyLog.java108 static class MarkerLog { class in VolleyLog