Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java454 public @interface IndexingType {} annotation in AppSearchSchema.StringPropertyConfig
516 public @IndexingType int getIndexingType() { in getIndexingType()
529 private @IndexingType int mIndexingType = INDEXING_TYPE_NONE;
559 public StringPropertyConfig.Builder setIndexingType(@IndexingType int indexingType) { in setIndexingType()
/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java187 @AppSearchSchema.StringPropertyConfig.IndexingType int indexingType) { in convertTermMatchTypeToProto()
200 @AppSearchSchema.StringPropertyConfig.IndexingType