Home
last modified time | relevance | path

Searched refs:SORT_ORDER_DISPLAY_NAME (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DSortingCursorWrapper.java19 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()
DDirectoryLoader.java21 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()
DBaseActivity.java206 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