Home | History | Annotate | Download | only in provider

Lines Matching refs:orderBy

184                 String where, String orderBy) {
186 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
1275 String where, String orderBy) {
1277 where, null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);