Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DSortDimension.java64 public @interface DataType {} annotation in SortDimension
70 private final @DataType int mDataType;
77 private SortDimension(int id, @StringRes int labelId, @DataType int dataType, in SortDimension()
94 public @DataType int getDataType() { in getDataType()
190 @DataType int dataType = in.readInt();
212 private @DataType int mDataType = DATA_TYPE_STRING;
227 Builder withDataType(@DataType int dataType) { in withDataType()