Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java48 private final List<PathSegment> mPathList; field in PropertyPath
56 mPathList = new ArrayList<>(pathList); in PropertyPath()
67 mPathList = new ArrayList<>(); in PropertyPath()
102 mPathList.add(new PathSegment(path, PathSegment.NON_REPEATED_CARDINALITY)); in recursivePathScan()
111 mPathList.add(new PathSegment(propertyName, PathSegment.NON_REPEATED_CARDINALITY)); in recursivePathScan()
158 mPathList.add(new PathSegment(propertyName, index)); in consumePropertyWithIndex()
183 return mPathList.get(index); in get()
193 return mPathList.size(); in size()
201 for (int i = 0; i < mPathList.size(); i++) { in toString()
203 if (i < mPathList.size() - 1) { in toString()
[all …]