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.java142 List<PropertyPath> propertyPathList = new ArrayList<>(pathsSize); in getProjectionPaths() local
144 propertyPathList.add(new PropertyPath(paths.get(i))); in getProjectionPaths()
146 typePropertyPathsMap.put(schema, Collections.unmodifiableList(propertyPathList)); in getProjectionPaths()
DSearchSpec.java535 ArrayList<String> propertyPathList = in getProjectionPaths() local
537 if (propertyPathList != null) { in getProjectionPaths()
538 List<PropertyPath> copy = new ArrayList<>(propertyPathList.size()); in getProjectionPaths()
539 for (int i = 0; i < propertyPathList.size(); i++) { in getProjectionPaths()
540 String p = propertyPathList.get(i); in getProjectionPaths()
DAppSearchSchema.java1506 List<PropertyPath> propertyPathList = new ArrayList<>(indexableNestedPropertyPaths); in addIndexableNestedPropertyPaths() local
1508 mIndexableNestedPropertiesList.add(propertyPathList.get(i).toString()); in addIndexableNestedPropertyPaths()