Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java464 private final int mIndexingType; field in PropertyConfigParcel.StringIndexingConfigParcel
475 mIndexingType = indexingType; in StringIndexingConfigParcel()
482 return mIndexingType; in getIndexingType()
498 return Objects.hash(mIndexingType, mTokenizerType); in hashCode()
510 return Objects.equals(mIndexingType, otherObject.mIndexingType) in equals()
517 return "{indexingType: " + mIndexingType + ", tokenizerType " + mTokenizerType + "}"; in toString()
530 private final int mIndexingType; field in PropertyConfigParcel.IntegerIndexingConfigParcel
536 mIndexingType = indexingType; in IntegerIndexingConfigParcel()
542 return mIndexingType; in getIndexingType()
552 return Objects.hashCode(mIndexingType); in hashCode()
[all …]
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java810 @StringPropertyConfig.IndexingType private int mIndexingType = INDEXING_TYPE_NONE; field in AppSearchSchema.StringPropertyConfig.Builder
863 mIndexingType = indexingType; in setIndexingType()
913 mIndexingType == INDEXING_TYPE_NONE, in build()
919 mIndexingType != INDEXING_TYPE_NONE, in build()
934 new StringIndexingConfigParcel(mIndexingType, mTokenizerType); in build()
1043 @LongPropertyConfig.IndexingType private int mIndexingType = INDEXING_TYPE_NONE; field in AppSearchSchema.LongPropertyConfig.Builder
1094 mIndexingType = indexingType; in setIndexingType()
1103 mPropertyName, mDescription, mCardinality, mIndexingType)); in build()
1606 @EmbeddingPropertyConfig.IndexingType private int mIndexingType = INDEXING_TYPE_NONE; field in AppSearchSchema.EmbeddingPropertyConfig.Builder
1657 mIndexingType = indexingType; in setIndexingType()
[all …]