Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java150 @NonNull String schemaType, @NonNull Collection<String> propertyPaths) { in addProjection() argument
152 Objects.requireNonNull(propertyPaths); in addProjection()
154 List<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjection()
155 for (String propertyPath : propertyPaths) { in addProjection()
DSearchSpec.java603 @NonNull String schema, @NonNull Collection<String> propertyPaths) { in addProjection() argument
605 Objects.requireNonNull(propertyPaths); in addProjection()
607 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection()
608 for (String propertyPath : propertyPaths) { in addProjection()