Searched refs:pathList (Results 1 – 1 of 1) sorted by relevance
55 public PropertyPath(@NonNull List<PathSegment> pathList) { in PropertyPath() argument56 mPathList = new ArrayList<>(pathList); in PropertyPath()