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
373 mProjectionTypePropertyMasks = Objects.requireNonNull(projectionTypePropertyMasks); in SearchSpec()
509 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjections()
515 mProjectionTypePropertyMasks.getStringArrayList(schema))); in getProjections()
532 Set<String> schemas = mProjectionTypePropertyMasks.keySet(); in getProjectionPaths()
536 mProjectionTypePropertyMasks.getStringArrayList(schema); in getProjectionPaths()
749 private Bundle mProjectionTypePropertyMasks = new Bundle(); field in SearchSpec.Builder
1340 mProjectionTypePropertyMasks.putStringArrayList(schema, propertyPathsArrayList); in addProjection()
1782 mProjectionTypePropertyMasks, in build()
1801 mProjectionTypePropertyMasks = BundleUtil.deepCopy(mProjectionTypePropertyMasks); in resetIfBuilt()