Home | History | Annotate | Download | only in provider

Lines Matching refs:orderBy

309                 String where, String orderBy) {
311 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
1904 String where, String orderBy) {
1906 where, null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);