HomeSort by relevance Sort by last modified time
    Searched defs:ORDER_ASCENDING (Results 1 - 9 of 9) 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...]
  /frameworks/base/core/java/android/app/
DownloadManager.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/android-all/
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 
android-all-stubs.jar 

Completed in 85 milliseconds