Home | History | Annotate | Download | only in map

Lines Matching defs:orderBy

1405         String orderBy = Contacts.DISPLAY_NAME + " ASC";
1408 c = resolver.query(uri, projection, selection, null, orderBy);
3608 String orderBy = Contacts._ID + " ASC";
3611 p = mResolver.query(uri, projection, selection, null, orderBy);