OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCacheKey
(Results
1 - 3
of
3
) sorted by null
/frameworks/volley/src/test/java/com/android/volley/mock/
MockRequest.java
51
public void
setCacheKey
(String cacheKey) {
/frameworks/volley/src/test/java/com/android/volley/
NetworkDispatcherTest.java
92
mRequest.
setCacheKey
("bananaphone");
RequestQueueIntegrationTest.java
67
lowerPriorityReq.
setCacheKey
("1");
68
higherPriorityReq.
setCacheKey
("2");
Completed in 43 milliseconds