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

/packages/apps/Camera2/src/com/android/camera/data/
H A DFilmstripContentQueries.java57 * @param orderBy the order by clause
62 Uri contentUri, String[] projection, long minimumId, String orderBy,
68 selection, selectionArgs, orderBy);
61 forCameraPath(ContentResolver contentResolver, Uri contentUri, String[] projection, long minimumId, String orderBy, CursorToFilmstripItemFactory<I> factory) argument
/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/TV/src/com/android/tv/util/
H A DAsyncDbTask.java100 String selection, String[] selectionArgs, String orderBy) {
106 mOrderBy = orderBy;
177 String selection, String[] selectionArgs, String orderBy) {
178 super(contentResolver, uri, projection, selection, selectionArgs, orderBy);
220 String selection, String[] selectionArgs, String orderBy) {
221 super(contentResolver, uri, projection, selection, selectionArgs, orderBy);
99 AsyncQueryTask(ContentResolver contentResolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
176 AsyncQueryListTask(ContentResolver contentResolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
219 AsyncQueryItemTask(ContentResolver contentResolver, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DCallerInfoAsyncQuery.java113 String selection, String[] selectionArgs, String orderBy) {
122 super.startQuery(token, cookie, uri, projection, selection, selectionArgs, orderBy);
420 null); // orderBy
112 startQuery(int token, Object cookie, Uri uri, String[] projection, String selection, String[] selectionArgs, String orderBy) argument
/packages/apps/Messaging/src/com/android/messaging/datamodel/
H A DDatabaseWrapper.java246 final String having, final String orderBy, final String limit) {
251 groupBy, having, orderBy, limit);
260 groupBy, having, orderBy, limit);
272 final String having, final String orderBy) {
275 groupBy, having, orderBy, null);
244 query(final String searchTable, final String[] projection, final String selection, final String[] selectionArgs, final String groupBy, final String having, final String orderBy, final String limit) argument
270 query(final String searchTable, final String[] columns, final String selection, final String[] selectionArgs, final String groupBy, final String having, final 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);
1402 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.java1796 String orderBy = CalendarProvider2.SORT_CALENDAR_VIEW;
1842 "search", where, null, orderBy);
1854 "purple", where, null, orderBy);
1866 "puurple", where, null, orderBy);
1878 "purple lasers", where, null, orderBy);
1890 "lasers kapow", where, null, orderBy);
1902 "\"search purple\"", where, null, orderBy);
1914 "\"purple search\"", where, null, orderBy);
1926 "%", where, null, orderBy);
2625 String orderBy
2683 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String selection, String[] selectionArgs, String orderBy) argument
2724 queryInstances(ContentResolver cr, String[] projection, long begin, long end, String searchQuery, String selection, String[] selectionArgs, String orderBy) argument
[all...]

Completed in 604 milliseconds