HomeSort by relevance Sort by last modified time
    Searched defs:ORDER_BY (Results 1 - 13 of 13) sorted by null

  /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/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 46 public static final String ORDER_BY = Directory._ID;
155 DirectoryQuery.PROJECTION, selection, null, DirectoryQuery.ORDER_BY);
  /packages/apps/Dialer/java/com/android/contacts/common/list/
DirectoryListLoader.java 131 DirectoryQuery.ORDER_BY);
194 public static final String ORDER_BY = Directory._ID;
  /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*/);
  /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/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/misc/common/robolectric/lib/
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 780 milliseconds