Searched defs:orderBy (Results 1 - 10 of 10) sorted by relevance

/packages/apps/ContactsCommon/src/com/android/contacts/common/database/
H A DNoNullCursorAsyncQueryHandler.java37 String[] selectionArgs, String orderBy) {
40 orderBy);
36 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Calendar/src/com/android/calendar/
H A DAsyncQueryService.java165 * @param orderBy How to order the rows, formatted as an SQL ORDER BY clause
170 String selection, String[] selectionArgs, String orderBy) {
182 info.orderBy = orderBy;
169 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
H A DAsyncQueryServiceHelper.java61 public String orderBy; field in class:AsyncQueryServiceHelper.OperationInfo
127 builder.append(",\n\t orderBy= ");
128 builder.append(orderBy);
288 args.selectionArgs, args.orderBy);
H A DEvent.java304 * @param orderBy How to order the rows as an SQL ORDER BY statement
308 int startDay, int endDay, String selection, String[] selectionArgs, String orderBy) {
329 orderBy == null ? DEFAULT_SORT_ORDER : orderBy);
307 instancesQuery(ContentResolver cr, String[] projection, int startDay, int endDay, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Calendar/tests/src/com/android/calendar/
H A DDbTestUtils.java156 String[] selectionArgs, String orderBy) {
155 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
H A DAsyncQueryServiceTest.java119 work[index].orderBy = "order";
127 work[index].orderBy);
602 String[] selectionArgs, String orderBy) {
609 assertEquals(mWork[index].orderBy, orderBy);
601 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Calendar/tests/src/com/android/calendar/event/
H A DEditEventHelperTest.java1613 String orderBy) {
1612 query(Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Gallery2/src/com/android/photos/data/
H A DPhotoProvider.java519 String[] selectionArgs, String orderBy, CancellationSignal cancellationSignal) {
523 orderBy, null, cancellationSignal);
525 return db.query(table, columns, selection, selectionArgs, null, null, orderBy);
518 query(String table, String[] columns, String selection, String[] selectionArgs, String orderBy, CancellationSignal cancellationSignal) argument
/packages/apps/Music/src/com/android/music/
H A DTrackBrowserActivity.java1366 public String orderBy; field in class:TrackBrowserActivity.TrackListAdapter.TrackQueryHandler.QueryArgs
1375 String orderBy, boolean async) {
1385 args.orderBy = orderBy;
1387 startQuery(0, args, limituri, projection, selection, selectionArgs, orderBy);
1391 uri, projection, selection, selectionArgs, orderBy);
1401 args.selectionArgs, args.orderBy);
1373 doQuery(Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy, boolean async) argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java1783 String orderBy = CalendarProvider2.SORT_CALENDAR_VIEW;
1829 "search", where, null, orderBy);
1841 "purple", where, null, orderBy);
1853 "puurple", where, null, orderBy);
1865 "purple lasers", where, null, orderBy);
1877 "lasers kapow", where, null, orderBy);
1889 "\"search purple\"", where, null, orderBy);
1901 "\"purple search\"", where, null, orderBy);
1913 "%", where, null, orderBy);
2561 String orderBy
2619 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String selection, String[] selectionArgs, String orderBy) argument
2660 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String searchQuery, String selection, String[] selectionArgs, String orderBy) argument
[all...]

Completed in 188 milliseconds