Searched refs:mIndexableNestedPropertiesList (Results 1 – 2 of 2) sorted by relevance
586 private final List<String> mIndexableNestedPropertiesList; field in PropertyConfigParcel.DocumentIndexingConfigParcel594 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()
1361 private final Set<String> mIndexableNestedPropertiesList = new ArraySet<>(); field in AppSearchSchema.DocumentPropertyConfig.Builder1490 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()