Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java212 ArrayList<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjection() local
215 propertyPathsList.add(propertyPath); in addProjection()
217 mProjectionTypePropertyPaths.putStringArrayList(schemaType, propertyPathsList); in addProjection()
243 List<String> propertyPathsList = new ArrayList<>(propertyPaths.size()); in addProjectionPaths() local
245 propertyPathsList.add(propertyPath.toString()); in addProjectionPaths()
247 return addProjection(schemaType, propertyPathsList); in addProjectionPaths()