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

/packages/apps/Email/provider_src/com/android/email/provider/
H A DContentCache.java524 return getMatrixCursor(id, projection);
538 private MatrixCursor getMatrixCursor(String id, String[] projection) { method in class:ContentCache
539 return getMatrixCursor(id, projection, null);
542 private MatrixCursor getMatrixCursor(String id, String[] projection, method in class:ContentCache
639 MatrixCursor cursor = getMatrixCursor(id, mBaseProjection, values);

Completed in 11 milliseconds