Home
last modified time | relevance | path

Searched refs:contentProjection (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
DEmailContent.java158 Class<T> klass, Uri contentUri, String[] contentProjection, long id) { in restoreContentWithId() argument
161 Cursor c = context.getContentResolver().query(u, contentProjection, null, null, null); in restoreContentWithId()