Searched refs:VolleyLog (Results 1 – 14 of 14) sorted by relevance
/external/volley/src/main/java/com/android/volley/ |
D | WaitingRequestManager.java | 95 if (VolleyLog.DEBUG) { in onResponseReceived() 96 VolleyLog.v( in onResponseReceived() 113 if (VolleyLog.DEBUG) { in onNoUsableResponseReceived() 114 VolleyLog.v( in onNoUsableResponseReceived() 130 VolleyLog.e("Couldn't add request to queue. %s", iex.toString()); in onNoUsableResponseReceived() 161 if (VolleyLog.DEBUG) { in maybeAddToWaitingRequests() 162 VolleyLog.d("Request for cacheKey=%s is in flight, putting on hold.", cacheKey); in maybeAddToWaitingRequests() 170 if (VolleyLog.DEBUG) { in maybeAddToWaitingRequests() 171 VolleyLog.d("new request, sending to network %s", cacheKey); in maybeAddToWaitingRequests()
|
D | VolleyLog.java | 31 public class VolleyLog { class 40 private static final String CLASS_NAME = VolleyLog.class.getName(); 95 if (!clazz.equals(VolleyLog.CLASS_NAME)) { in buildMessage() 109 public static final boolean ENABLED = VolleyLog.DEBUG;
|
D | CacheDispatcher.java | 33 private static final boolean DEBUG = VolleyLog.DEBUG; 85 if (DEBUG) VolleyLog.v("start new dispatcher"); in run() 100 VolleyLog.e( in run()
|
D | NetworkDispatcher.java | 97 VolleyLog.e( in run() 163 VolleyLog.e(e, "Unhandled exception %s", e.toString()); in processRequest()
|
D | AsyncNetwork.java | 80 VolleyLog.e(e, "while waiting for CountDownLatch"); in performRequest()
|
D | Request.java | 27 import com.android.volley.VolleyLog.MarkerLog;
|
D | AsyncRequestQueue.java | 140 VolleyLog.e( in start()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | DiskBasedCache.java | 24 import com.android.volley.VolleyLog; 136 VolleyLog.d("Cache cleared."); in clear() 156 VolleyLog.d( in get() 170 VolleyLog.d("%s: %s", file.getAbsolutePath(), e.toString()); in get() 185 VolleyLog.e("Unable to create cache dir %s", rootDirectory.getAbsolutePath()); in initialize() 251 VolleyLog.d("Failed to write header for %s", file.getAbsolutePath()); in put() 262 VolleyLog.d("Could not clean up file %s", file.getAbsolutePath()); in put() 274 VolleyLog.d( in remove() 301 VolleyLog.d("Re-initializing cache after external clearing."); in initializeIfRootDirectoryDeleted() 318 if (VolleyLog.DEBUG) { in pruneIfNeeded() [all …]
|
D | NetworkUtility.java | 33 import com.android.volley.VolleyLog; 53 if (VolleyLog.DEBUG || requestLifetime > SLOW_REQUEST_THRESHOLD_MS) { in logSlowRequests() 54 VolleyLog.d( in logSlowRequests() 107 VolleyLog.v("Error occurred when closing InputStream"); in inputStreamToBytes() 162 VolleyLog.e("Unexpected response code %d for %s", statusCode, request.getUrl()); in handleException()
|
D | JsonRequest.java | 26 import com.android.volley.VolleyLog; 121 VolleyLog.wtf( in getBody()
|
D | AsyncHttpStack.java | 23 import com.android.volley.VolleyLog; 142 VolleyLog.e(e, "while waiting for CountDownLatch"); in executeRequest()
|
D | HttpHeaderParser.java | 25 import com.android.volley.VolleyLog; 158 VolleyLog.v(message, dateStr); in parseDateAsEpoch() 160 VolleyLog.e(e, message, dateStr); in parseDateAsEpoch()
|
D | ImageRequest.java | 31 import com.android.volley.VolleyLog; 187 VolleyLog.e("Caught OOM for %d byte image, url=%s", response.data.length, getUrl()); in parseNetworkResponse()
|
/external/volley/src/main/java/com/android/volley/cronet/ |
D | CronetHttpStack.java | 28 import com.android.volley.VolleyLog; 519 VolleyLog.v(curlCommand); in build()
|