Searched refs:MarkerLog (Results 1 – 2 of 2) sorted by relevance
27 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()
108 static class MarkerLog { class in VolleyLog