Home
last modified time | relevance | path

Searched refs:propertyPathList (Results 1 – 3 of 3) sorted by relevance

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java135 List<PropertyPath> propertyPathList = new ArrayList<>(pathsSize); in getProjectionPaths() local
137 propertyPathList.add(new PropertyPath(paths.get(i))); in getProjectionPaths()
139 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()
DSearchSpec.java579 ArrayList<String> propertyPathList = in getProjectionPaths() local
581 if (propertyPathList != null) { in getProjectionPaths()
582 List<PropertyPath> copy = new ArrayList<>(propertyPathList.size()); in getProjectionPaths()
583 for (int i = 0; i < propertyPathList.size(); i++) { in getProjectionPaths()
584 String p = propertyPathList.get(i); in getProjectionPaths()
DAppSearchSchema.java1739 List<PropertyPath> propertyPathList = new ArrayList<>(indexableNestedPropertyPaths); in addIndexableNestedPropertyPaths() local
1741 mIndexableNestedPropertiesList.add(propertyPathList.get(i).toString()); in addIndexableNestedPropertyPaths()