HomeSort by relevance Sort by last modified time
    Searched refs:ORDER_ASCENDING (Results 1 - 10 of 10) sorted by null

  /external/ims/rcs/presencepolling/src/com/android/service/ims/presence/
EABContactManager.java 435 public static final int ORDER_ASCENDING = 1;
447 private int mOrderDirection = ORDER_ASCENDING;
512 * @param direction either {@link #ORDER_ASCENDING} or {@link #ORDER_DESCENDING}
517 if (direction != ORDER_ASCENDING && direction != ORDER_DESCENDING) {
570 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC");
622 String orderDirection = (mOrderDirection == ORDER_ASCENDING ? "ASC" : "DESC");
687 .orderBy(COLUMN_ID, Query.ORDER_ASCENDING);
    [all...]
CapabilityPolling.java 480 EABContactManager.Query.ORDER_ASCENDING);
579 EABContactManager.Query.ORDER_ASCENDING);
    [all...]
  /frameworks/base/core/java/android/app/
DownloadManager.java     [all...]
  /packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java 311 DownloadManager.Query.ORDER_ASCENDING));
321 DownloadManager.Query.ORDER_ASCENDING));
    [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 

Completed in 98 milliseconds