Home
last modified time | relevance | path

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

/packages/modules/AppSearch/service/java/com/android/server/appsearch/external/localstorage/converter/
DSchemaToProtoConverter.java115 convertTermMatchTypeToProto(stringProperty.getIndexingType())) in toPropertyConfigProto()
135 if (longProperty.getIndexingType() in toPropertyConfigProto()
141 longProperty.getIndexingType())) in toPropertyConfigProto()
151 if (embeddingProperty.getIndexingType() in toPropertyConfigProto()
157 embeddingProperty.getIndexingType())) in toPropertyConfigProto()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java769 public int getIndexingType() { in getIndexingType() method in AppSearchSchema.StringPropertyConfig
776 return indexingConfigParcel.getIndexingType(); in getIndexingType()
956 switch (getIndexingType()) { in appendStringPropertyConfigFields()
1029 public int getIndexingType() { in getIndexingType() method in AppSearchSchema.LongPropertyConfig
1035 return indexingConfigParcel.getIndexingType(); in getIndexingType()
1116 switch (getIndexingType()) { in appendLongPropertyConfigFields()
1591 public int getIndexingType() { in getIndexingType() method in AppSearchSchema.EmbeddingPropertyConfig
1597 return indexingConfigParcel.getIndexingType(); in getIndexingType()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java481 public int getIndexingType() { in getIndexingType() method in PropertyConfigParcel.StringIndexingConfigParcel
541 public int getIndexingType() { in getIndexingType() method in PropertyConfigParcel.IntegerIndexingConfigParcel
665 public int getIndexingType() { in getIndexingType() method in PropertyConfigParcel.EmbeddingIndexingConfigParcel
/packages/modules/AppSearch/framework/api/
Dcurrent.txt123 method public int getIndexingType();
137 method public int getIndexingType();
160 method public int getIndexingType();