OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCurrentRetryCount
(Results
1 - 3
of
3
) sorted by null
/frameworks/support/volley/src/com/android/volley/
RetryPolicy.java
32
public int
getCurrentRetryCount
();
DefaultRetryPolicy.java
75
public int
getCurrentRetryCount
() {
/frameworks/support/volley/src/com/android/volley/toolbox/
BasicNetwork.java
155
statusLine.getStatusCode(), request.getRetryPolicy().
getCurrentRetryCount
());
Completed in 1355 milliseconds