Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/safeparcel/
DPropertyConfigParcel.java586 private final List<String> mIndexableNestedPropertiesList; field in PropertyConfigParcel.DocumentIndexingConfigParcel
594 mIndexableNestedPropertiesList = Objects.requireNonNull(indexableNestedPropertiesList); in DocumentIndexingConfigParcel()
605 return mIndexableNestedPropertiesList; in getIndexableNestedPropertiesList()
615 return Objects.hash(mIndexNestedProperties, mIndexableNestedPropertiesList); in hashCode()
629 mIndexableNestedPropertiesList, in equals()
630 otherObject.mIndexableNestedPropertiesList); in equals()
639 + mIndexableNestedPropertiesList in toString()
/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DAppSearchSchema.java1361 private final Set<String> mIndexableNestedPropertiesList = new ArraySet<>(); field in AppSearchSchema.DocumentPropertyConfig.Builder
1490 mIndexableNestedPropertiesList.addAll(indexableNestedProperties); in addIndexableNestedProperties()
1508 mIndexableNestedPropertiesList.add(propertyPathList.get(i).toString()); in addIndexableNestedPropertyPaths()
1522 if (mShouldIndexNestedProperties && !mIndexableNestedPropertiesList.isEmpty()) { in build()
1536 new ArrayList<>(mIndexableNestedPropertiesList)))); in build()