Searched refs:StringPropertyConfig (Results 1 – 11 of 11) sorted by relevance
23 import android.app.appsearch.AppSearchSchema.StringPropertyConfig;45 new StringPropertyConfig.Builder(KEY_FROM)47 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)48 .setIndexingType(StringPropertyConfig.INDEXING_TYPE_PREFIXES)51 new StringPropertyConfig.Builder(KEY_TO)53 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)57 new StringPropertyConfig.Builder(KEY_CC)59 .setTokenizerType(StringPropertyConfig.TOKENIZER_TYPE_PLAIN)63 new StringPropertyConfig.Builder(KEY_BCC)69 new StringPropertyConfig.Builder(KEY_SUBJECT)[all …]
83 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_ACTIVITY)89 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_SHORT_LABEL)102 .setIndexingType(AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE)105 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_LONG_LABEL)132 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(139 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_CATEGORIES)145 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_INTENTS)161 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_LOCUS_ID)167 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_RANK)181 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_FLAGS)[all …]
50 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_NAME)52 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)53 .setIndexingType(AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE)56 ).addProperty(new AppSearchSchema.StringPropertyConfig.Builder(KEY_KEY)58 .setTokenizerType(AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE)59 .setIndexingType(AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE)
88 if (property instanceof AppSearchSchema.StringPropertyConfig) { in toPropertyConfigProto()89 AppSearchSchema.StringPropertyConfig stringProperty = in toPropertyConfigProto()90 (AppSearchSchema.StringPropertyConfig) property; in toPropertyConfigProto()159 private static AppSearchSchema.StringPropertyConfig toStringPropertyConfig( in toStringPropertyConfig()161 AppSearchSchema.StringPropertyConfig.Builder builder = in toStringPropertyConfig()189 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE: in convertTermMatchTypeToProto()191 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS: in convertTermMatchTypeToProto()193 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_PREFIXES: in convertTermMatchTypeToProto()200 @AppSearchSchema.StringPropertyConfig.IndexingType204 return AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE; in convertTermMatchTypeFromProto()[all …]
36 new AppSearchSchema.StringPropertyConfig.Builder("subject") in testGetProto_Email()40 AppSearchSchema.StringPropertyConfig in testGetProto_Email()43 AppSearchSchema.StringPropertyConfig in testGetProto_Email()47 new AppSearchSchema.StringPropertyConfig.Builder("body") in testGetProto_Email()51 AppSearchSchema.StringPropertyConfig in testGetProto_Email()54 AppSearchSchema.StringPropertyConfig in testGetProto_Email()102 new AppSearchSchema.StringPropertyConfig.Builder("artist") in testGetProto_MusicRecording()106 AppSearchSchema.StringPropertyConfig in testGetProto_MusicRecording()109 AppSearchSchema.StringPropertyConfig in testGetProto_MusicRecording()
314 if (this instanceof AppSearchSchema.StringPropertyConfig) { in appendPropertyConfigString()416 return new StringPropertyConfig(propertyBundle); in fromBundle()438 public static final class StringPropertyConfig extends PropertyConfig { class in AppSearchSchema511 StringPropertyConfig(@NonNull Bundle bundle) { in StringPropertyConfig() method in AppSearchSchema.StringPropertyConfig587 public StringPropertyConfig build() { in build()605 return new StringPropertyConfig(bundle); in build()619 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_NONE: in appendStringPropertyConfigFields()622 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_EXACT_TERMS: in appendStringPropertyConfigFields()625 case AppSearchSchema.StringPropertyConfig.INDEXING_TYPE_PREFIXES: in appendStringPropertyConfigFields()633 case AppSearchSchema.StringPropertyConfig.TOKENIZER_TYPE_NONE: in appendStringPropertyConfigFields()[all …]
520 new AppSearchSchema.StringPropertyConfig.Builder("subject") in testLoggingStats_putDocument_success()524 AppSearchSchema.StringPropertyConfig in testLoggingStats_putDocument_success()527 AppSearchSchema.StringPropertyConfig in testLoggingStats_putDocument_success()568 new AppSearchSchema.StringPropertyConfig.Builder("subject") in testLoggingStats_putDocument_failure()572 AppSearchSchema.StringPropertyConfig in testLoggingStats_putDocument_failure()575 AppSearchSchema.StringPropertyConfig in testLoggingStats_putDocument_failure()619 new AppSearchSchema.StringPropertyConfig.Builder("subject") in testLoggingStats_search_success()623 AppSearchSchema.StringPropertyConfig in testLoggingStats_search_success()626 AppSearchSchema.StringPropertyConfig in testLoggingStats_search_success()866 AppSearchSchema.StringPropertyConfig in testLoggingStats_setSchema()[all …]
1417 new AppSearchSchema.StringPropertyConfig.Builder("foo") in testSetSchema_incompatible()1421 AppSearchSchema.StringPropertyConfig in testSetSchema_incompatible()1424 AppSearchSchema.StringPropertyConfig in testSetSchema_incompatible()3059 new AppSearchSchema.StringPropertyConfig.Builder("body") in testLimitConfig_RemoveByQyery()3061 AppSearchSchema.StringPropertyConfig in testLimitConfig_RemoveByQyery()3064 AppSearchSchema.StringPropertyConfig in testLimitConfig_RemoveByQyery()3195 new AppSearchSchema.StringPropertyConfig.Builder("body") in testLimitConfig_Replace()3275 new AppSearchSchema.StringPropertyConfig.Builder("body") in testLimitConfig_ReplaceReinit()
50 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(PACKAGE_NAME_PROPERTY)56 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
43 .addProperty(new AppSearchSchema.StringPropertyConfig.Builder(
118 …public static final class AppSearchSchema.StringPropertyConfig extends android.app.appsearch.AppSe…128 public static final class AppSearchSchema.StringPropertyConfig.Builder {129 ctor public AppSearchSchema.StringPropertyConfig.Builder(@NonNull String);130 method @NonNull public android.app.appsearch.AppSearchSchema.StringPropertyConfig build();131 …method @NonNull public android.app.appsearch.AppSearchSchema.StringPropertyConfig.Builder setCardi…132 …method @NonNull public android.app.appsearch.AppSearchSchema.StringPropertyConfig.Builder setIndex…133 …method @NonNull public android.app.appsearch.AppSearchSchema.StringPropertyConfig.Builder setToken…