Searched defs:mLastSortDirection (Results 1 - 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryState.java41 @SortDirection int mLastSortDirection; field in class:DirectoryState
51 mLastSortDirection = bundle.getInt(EXTRA_SORT_DIRECTION);
59 bundle.putInt(EXTRA_SORT_DIRECTION, mLastSortDirection);

Completed in 806 milliseconds