Searched refs:SORT_ORDER_DISPLAY_NAME (Results 1 – 3 of 3) sorted by relevance
19 import static com.android.documentsui.BaseActivity.State.SORT_ORDER_DISPLAY_NAME;49 case SORT_ORDER_DISPLAY_NAME: in SortingCursorWrapper()68 case SORT_ORDER_DISPLAY_NAME: in SortingCursorWrapper()88 case SORT_ORDER_DISPLAY_NAME: in SortingCursorWrapper()
21 import static com.android.documentsui.BaseActivity.State.SORT_ORDER_DISPLAY_NAME;151 result.sortOrder = State.SORT_ORDER_DISPLAY_NAME; in loadInBackground()264 case SORT_ORDER_DISPLAY_NAME: in getQuerySortOrder()
206 setUserSortOrder(State.SORT_ORDER_DISPLAY_NAME); in onOptionsItemSelected()317 public int derivedSortOrder = SORT_ORDER_DISPLAY_NAME;356 public static final int SORT_ORDER_DISPLAY_NAME = 1; field in BaseActivity.State