Searched refs:typePropertyPathsMap (Results 1 – 2 of 2) sorted by relevance
53 @NonNull Map<String, List<String>> typePropertyPathsMap) { in GetByDocumentIdRequest() argument56 mTypePropertyPathsMap = Objects.requireNonNull(typePropertyPathsMap); in GetByDocumentIdRequest()
287 Map<String, List<String>> typePropertyPathsMap = new ArrayMap<>(schemas.size()); in getProjections() local289 typePropertyPathsMap.put(schema, typePropertyPathsBundle.getStringArrayList(schema)); in getProjections()291 return typePropertyPathsMap; in getProjections()