Searched refs:contentProjection (Results 1 – 1 of 1) sorted by relevance
158 Class<T> klass, Uri contentUri, String[] contentProjection, long id) { in restoreContentWithId() argument161 Cursor c = context.getContentResolver().query(u, contentProjection, null, null, null); in restoreContentWithId()