Home
last modified time | relevance | path

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

/aosp12/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
H A DAppSearchSchema.java440 private static final String TOKENIZER_TYPE_FIELD = "tokenizerType"; field in AppSearchSchema.StringPropertyConfig
522 return mBundle.getInt(TOKENIZER_TYPE_FIELD); in getTokenizerType()
604 bundle.putInt(TOKENIZER_TYPE_FIELD, mTokenizerType); in build()