OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCacheToken
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java
210
CacheToken token = cache.
getCacheToken
("1");
218
token = cache.
getCacheToken
("2");
238
token = cache.
getCacheToken
("3");
281
underlyingCursor, "2", SIMPLE_PROJECTION, cache.
getCacheToken
("2"));
/packages/apps/Email/src/com/android/email/provider/
ContentCache.java
444
public synchronized CacheToken
getCacheToken
(String id) {
EmailProvider.java
[
all
...]
Completed in 28 milliseconds