Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DGetByDocumentIdRequest.java75 final Bundle mTypePropertyPaths; field in GetByDocumentIdRequest
87 mTypePropertyPaths = Objects.requireNonNull(typePropertyPaths); in GetByDocumentIdRequest()
115 Set<String> schemas = mTypePropertyPaths.keySet(); in getProjections()
118 List<String> propertyPaths = mTypePropertyPaths.getStringArrayList(schema); in getProjections()
136 Set<String> schemas = mTypePropertyPaths.keySet(); in getProjectionPaths()
139 List<String> paths = mTypePropertyPaths.getStringArrayList(schema); in getProjectionPaths()