Home | History | Annotate | Download | only in provider

Lines Matching refs:orderBy

187                 String where, String orderBy) {
189 null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
1356 String where, String orderBy) {
1358 where, null, orderBy == null ? DEFAULT_SORT_ORDER : orderBy);