Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java162 private Bundle mProjectionTypePropertyPaths = new Bundle(); field in GetByDocumentIdRequest.Builder
217 mProjectionTypePropertyPaths.putStringArrayList(schemaType, propertyPathsList); in addProjection()
254 return new GetByDocumentIdRequest(mNamespace, mIds, mProjectionTypePropertyPaths); in build()
263 mProjectionTypePropertyPaths = BundleUtil.deepCopy(mProjectionTypePropertyPaths); in resetIfBuilt()