Home | History | Annotate | Download | only in provider

Lines Matching refs:projection

300         public static Cursor query(ContentResolver cr, String[] projection) {
301 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
308 public static Cursor query(ContentResolver cr, String[] projection,
310 return cr.query(CONTENT_URI, projection, where,
1894 ContentResolver cr, String[] projection) {
1895 return cr.query(CONTENT_URI, projection, null, null, DEFAULT_SORT_ORDER);
1903 ContentResolver cr, String[] projection,
1905 return cr.query(CONTENT_URI, projection,