Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/testing/java/com/android/server/appsearch/testing/external/
H A DAppSearchEmail.java47 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
53 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
59 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
65 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
71 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
77 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverterTest.java42 .setTokenizerType( in testGetProto_Email()
53 .setTokenizerType( in testGetProto_Email()
71 .setTokenizerType( in testGetProto_Email()
84 .setTokenizerType( in testGetProto_Email()
108 .setTokenizerType( in testGetProto_MusicRecording()
131 .setTokenizerType( in testGetProto_MusicRecording()
/aosp12/frameworks/base/core/java/android/content/pm/
H A DAppSearchShortcutInfo.java85 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
91 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
101 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
107 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
117 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
123 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
135 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
141 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_PLAIN)
147 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
193 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
[all …]
H A DAppSearchPerson.java52 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
58 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)
/aosp12/frameworks/base/apex/appsearch/service/java/com/android/server/appsearch/external/localstorage/converter/
H A DSchemaToProtoConverter.java95 .setTokenizerType( in toPropertyConfigProto()
164 .setTokenizerType( in toStringPropertyConfig()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/appsearch/external/localstorage/
H A DAppSearchLoggerTest.java526 .setTokenizerType( in testLoggingStats_putDocument_success()
574 .setTokenizerType( in testLoggingStats_putDocument_failure()
625 .setTokenizerType( in testLoggingStats_search_success()
868 .setTokenizerType( in testLoggingStats_setSchema()
H A DAppSearchImplTest.java127 .setTokenizerType( in testRewriteSchema_addType()
201 .setTokenizerType( in testRewriteSchema_addType()
1420 .setTokenizerType( in testSetSchema_incompatible()
3063 .setTokenizerType( in testLimitConfig_RemoveByQyery()
/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java578 public StringPropertyConfig.Builder setTokenizerType(@TokenizerType int tokenizerType) { in setTokenizerType() method in AppSearchSchema.StringPropertyConfig.Builder
/aosp12/frameworks/base/apex/appsearch/framework/api/
H A Dcurrent.txt133 …ll public android.app.appsearch.AppSearchSchema.StringPropertyConfig.Builder setTokenizerType(int);