Home
last modified time | relevance | path

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

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
H A DSortDimension.java60 DATA_TYPE_STRING,
65 public static final int DATA_TYPE_STRING = 0; field in SortDimension
212 private @DataType int mDataType = DATA_TYPE_STRING;
H A DSortModel.java461 .withDataType(SortDimension.DATA_TYPE_STRING) in createModel()
473 .withDataType(SortDimension.DATA_TYPE_STRING) in createModel()
494 .withDataType(SortDimension.DATA_TYPE_STRING) in createModel()
H A DHeaderCell.java71 case SortDimension.DATA_TYPE_STRING: in onBind()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java222 DATA_TYPE_STRING,
233 public static final int DATA_TYPE_STRING = 1; field in AppSearchSchema.PropertyConfig
335 case AppSearchSchema.PropertyConfig.DATA_TYPE_STRING: in appendPropertyConfigString()
415 case PropertyConfig.DATA_TYPE_STRING: in fromBundle()
601 bundle.putInt(DATA_TYPE_FIELD, DATA_TYPE_STRING); in build()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
H A DSortModelTest.java47 .withDataType(SortDimension.DATA_TYPE_STRING)
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DGenericDocumentToProtoConverter.java199 case AppSearchSchema.PropertyConfig.DATA_TYPE_STRING: in setEmptyProperty()