Uses of Class
com.android.volley.Request.Priority

Packages that use Request.Priority
com.android.volley   
com.android.volley.toolbox   
 

Uses of Request.Priority in com.android.volley
 

Methods in com.android.volley that return Request.Priority
 Request.Priority Request.getPriority()
          Returns the Request.Priority of this request; NORMAL by default.
static Request.Priority Request.Priority.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Request.Priority[] Request.Priority.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of Request.Priority in com.android.volley.toolbox
 

Methods in com.android.volley.toolbox that return Request.Priority
 Request.Priority ImageRequest.getPriority()
           
 Request.Priority ClearCacheRequest.getPriority()