Home
last modified time | relevance | path

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

/packages/modules/AppSearch/framework/java/external/android/app/appsearch/
DPropertyPath.java47 public class PropertyPath implements Iterable<PropertyPath.PathSegment> {
48 private final List<PathSegment> mPathList;
55 public PropertyPath(@NonNull List<PathSegment> pathList) { 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()
182 public PathSegment get(int index) { in get()
214 public Iterator<PathSegment> iterator() { in iterator()
246 public static class PathSegment { class in PropertyPath
271 public static PathSegment create(@NonNull String propertyName, int propertyIndex) { in create()
[all …]
DGenericDocument.java323 PropertyPath.PathSegment segment = path.get(i); in getRawPropertyFromRawDocument()
334 if (index != PropertyPath.PathSegment.NON_REPEATED_CARDINALITY) { in getRawPropertyFromRawDocument()
/packages/modules/AppSearch/framework/api/
Dcurrent.txt359 … class PropertyPath implements java.lang.Iterable<android.app.appsearch.PropertyPath.PathSegment> {
360 … ctor public PropertyPath(@NonNull java.util.List<android.app.appsearch.PropertyPath.PathSegment>);
362 method @NonNull public android.app.appsearch.PropertyPath.PathSegment get(int);
363 …method @NonNull public java.util.Iterator<android.app.appsearch.PropertyPath.PathSegment> iterator…
367 public static class PropertyPath.PathSegment {
368 …method @NonNull public static android.app.appsearch.PropertyPath.PathSegment create(@NonNull Strin…
369 …method @NonNull public static android.app.appsearch.PropertyPath.PathSegment create(@NonNull Strin…