OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ORDER_BY
(Results
1 - 9
of
9
) sorted by null
/cts/tests/tests/content/src/android/content/cts/
AsyncQueryHandlerTest.java
68
private static final String
ORDER_BY
= "_id ASC";
132
cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null,
ORDER_BY
);
149
PROJECTIONS, null, null,
ORDER_BY
, NO_CANCEL);
174
PROJECTIONS, null, null,
ORDER_BY
, CANCELABLE);
207
cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null,
ORDER_BY
);
247
cursor = mResolver.query(DummyProvider.CONTENT_URI, PROJECTIONS, null, null,
ORDER_BY
);
334
DummyProvider.CONTENT_URI_MOCK_OPERATION, PROJECTIONS, null, null,
ORDER_BY
);
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java
48
public static final String
ORDER_BY
= Directory._ID;
157
DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.
ORDER_BY
);
/frameworks/base/core/java/android/content/
SearchRecentSuggestionsProvider.java
86
private static final String
ORDER_BY
= "date DESC";
341
suggestSelection, myArgs, null, null,
ORDER_BY
, null);
/packages/apps/Messaging/src/com/android/messaging/sms/
BugleApnSettingsLoader.java
305
private static final String
ORDER_BY
= Telephony.Carriers.CURRENT + " DESC";
548
null/*groupBy*/, null/*having*/,
ORDER_BY
, null/*limit*/);
553
null/*groupBy*/, null/*having*/,
ORDER_BY
, null/*limit*/);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java
[
all
...]
/external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar
android-all-4.2.2_r1.2-robolectric-0.jar
android-all-4.3_r2-robolectric-0.jar
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar
Completed in 146 milliseconds