HomeSort by relevance Sort by last modified time
    Searched refs:MarkerLog (Results 1 - 2 of 2) sorted by null

  /external/volley/src/main/java/com/android/volley/
Request.java 27 import com.android.volley.VolleyLog.MarkerLog;
67 private final MarkerLog mEventLog = MarkerLog.ENABLED ? new MarkerLog() : null;
218 if (MarkerLog.ENABLED) {
232 if (MarkerLog.ENABLED) {
VolleyLog.java 108 static class MarkerLog {

Completed in 90 milliseconds