Home
last modified time | relevance | path

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

/frameworks/base/apex/appsearch/framework/java/external/android/app/appsearch/
DSearchSpec.java607 ArrayList<String> propertyPathsArrayList = new ArrayList<>(propertyPaths.size()); in addProjection() local
610 propertyPathsArrayList.add(propertyPath); in addProjection()
612 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()