Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DSearchSpec.java115 final Bundle mProjectionTypePropertyMasks; field in SearchSpec
395 mProjectionTypePropertyMasks = Objects.requireNonNull(projectionTypePropertyMasks); in SearchSpec()
554 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjections()
560 mProjectionTypePropertyMasks.getStringArrayList(schema))); in getProjections()
576 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjectionPaths()
580 mProjectionTypePropertyMasks.getStringArrayList(schema); in getProjectionPaths()
802 private Bundle mProjectionTypePropertyMasks = new Bundle(); field in SearchSpec.Builder
1551 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()
1637 mProjectionTypePropertyMasks.clear(); in clearProjections()
2071 mProjectionTypePropertyMasks, in build()
[all …]