OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCacheKey
(Results
1 - 8
of
8
) sorted by null
/frameworks/volley/tests/src/com/android/volley/mock/
MockRequest.java
49
private String mCacheKey = super.
getCacheKey
();
56
public String
getCacheKey
() {
/frameworks/volley/src/com/android/volley/
RequestQueue.java
236
String cacheKey = request.
getCacheKey
();
262
* <p>Releases waiting requests for <code>request.
getCacheKey
()</code> if
273
String cacheKey = request.
getCacheKey
();
CacheDispatcher.java
101
Cache.Entry entry = mCache.get(request.
getCacheKey
());
NetworkDispatcher.java
122
mCache.put(request.
getCacheKey
(), response.cacheEntry);
Request.java
250
public String
getCacheKey
() {
/frameworks/volley/src/com/android/volley/toolbox/
ImageLoader.java
156
String cacheKey =
getCacheKey
(requestUrl, maxWidth, maxHeight);
191
final String cacheKey =
getCacheKey
(requestUrl, maxWidth, maxHeight);
476
private static String
getCacheKey
(String url, int maxWidth, int maxHeight) {
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationItemViewCoordinates.java
156
private int
getCacheKey
() {
664
final int cacheKey = config.
getCacheKey
();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar
Completed in 550 milliseconds