Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverterTest.java72 StringIndexingConfig.TokenizerType in testGetProto_Email()
85 StringIndexingConfig.TokenizerType in testGetProto_Email()
132 StringIndexingConfig.TokenizerType in testGetProto_MusicRecording()
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverter.java218 private static StringIndexingConfig.TokenizerType.Code convertTokenizerTypeToProto( in convertTokenizerTypeToProto()
219 @AppSearchSchema.StringPropertyConfig.TokenizerType int tokenizerType) { in convertTokenizerTypeToProto()
220 StringIndexingConfig.TokenizerType.Code tokenizerTypeProto = in convertTokenizerTypeToProto()
221 StringIndexingConfig.TokenizerType.Code.forNumber(tokenizerType); in convertTokenizerTypeToProto()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java488 public @interface TokenizerType {} annotation in AppSearchSchema.StringPropertyConfig
521 public @TokenizerType int getTokenizerType() { in getTokenizerType()
530 private @TokenizerType int mTokenizerType = TOKENIZER_TYPE_NONE;
578 public StringPropertyConfig.Builder setTokenizerType(@TokenizerType int tokenizerType) { in setTokenizerType()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchImplTest.java128 StringIndexingConfig.TokenizerType in testRewriteSchema_addType()
203 … .TokenizerType in testRewriteSchema_addType()