Searched refs:MarkerLog (Results 1 – 2 of 2) sorted by relevance
26 import com.android.volley.VolleyLog.MarkerLog;57 private final MarkerLog mEventLog = MarkerLog.ENABLED ? new MarkerLog() : null;173 if (MarkerLog.ENABLED) { in addMarker()189 if (MarkerLog.ENABLED) { in finish()
87 static class MarkerLog { class in VolleyLog