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

  /external/volley/
README.md 0 ### Volley
3 Volley is an HTTP library that makes networking for Android apps easier and, most
6 For more information about Volley and how to use it, visit the [Android developer training
7 page](https://developer.android.com/training/volley/index.html).
  /external/volley/src/main/java/com/android/volley/toolbox/
Volley.java 17 package com.android.volley.toolbox;
25 import com.android.volley.Network;
26 import com.android.volley.RequestQueue;
30 public class Volley {
33 private static final String DEFAULT_CACHE_DIR = "volley";
52 String userAgent = "volley/0";
77 * on Apache HTTP. This method may be removed in a future release of Volley.
  /packages/apps/Dialer/java/com/android/voicemail/impl/protocol/
Vvm3Subscriber.java 44 import com.android.volley.AuthFailureError;
45 import com.android.volley.Request;
46 import com.android.volley.RequestQueue;
47 import com.android.volley.toolbox.HurlStack;
48 import com.android.volley.toolbox.RequestFuture;
49 import com.android.volley.toolbox.StringRequest;
50 import com.android.volley.toolbox.Volley;
196 Volley.newRequestQueue(helper.getContext(), new NetworkSpecifiedHurlStack(network));
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.10/
library-1.0.10.jar 
  /prebuilts/tools/common/m2/repository/com/mcxiaoke/volley/library/1.0.18/
library-1.0.18.jar 

Completed in 281 milliseconds