Searched defs:putCursor (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/provider/
H A DContentCache.java55 * 3. Put the cursor in the cache: cache.putCursor(cursor, id, token);
238 * A CacheToken is an opaque object that must be passed into putCursor in order to attempt to
474 public Cursor putCursor(Cursor c, String id, String[] projection, CacheToken token) { method in class:ContentCache

Completed in 66 milliseconds