Home
last modified time | relevance | path

Searched defs:pathSegmentList (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/operators/
H A DComparatorNodeCtsTest.java58 List<PropertyPath.PathSegment> pathSegmentList = in testConstructor_correctConstruction() local
76 List<PropertyPath.PathSegment> pathSegmentList = in testConstructor_throwsOnInvalidComparator() local
112 List<PropertyPath.PathSegment> pathSegmentList = in testGetChildren_returnsEmptyList() local
129 List<PropertyPath.PathSegment> pathSegmentList = in testSetComparator_throwsOnInvalidComparator() local
159 List<PropertyPath.PathSegment> pathSegmentList = in testSetPropertyPath_throwsOnNullPropertyPath() local
177 List<PropertyPath.PathSegment> pathSegmentList = in testToString_equals_returnsCorrectString() local
193 List<PropertyPath.PathSegment> pathSegmentList = in testToString_lessThan_returnsCorrectString() local
209 List<PropertyPath.PathSegment> pathSegmentList = in testToString_lessEquals_returnsCorrectString() local
225 List<PropertyPath.PathSegment> pathSegmentList = in testToString_greaterThan_returnsCorrectString() local
241 List<PropertyPath.PathSegment> pathSegmentList = in testToString_greaterEquals_returnsCorrectString() local
H A DPropertyRestrictNodeTest.java61 List<PropertyPath.PathSegment> pathSegmentList = in testConstructor_takesPropertyPath() local
88 List<PropertyPath.PathSegment> pathSegmentList = in testGetChildren_returnsListOfSizeOne() local
104 List<PropertyPath.PathSegment> pathSegmentList = in testGetChildren_returnsViewOfList() local
128 List<PropertyPath.PathSegment> pathSegmentList = in testSetProperty_throwsOnNullPointer() local
145 List<PropertyPath.PathSegment> pathSegmentList = in testSetChild_throwsOnNullPointer() local
162 List<PropertyPath.PathSegment> pathSegmentList = in testToString_returnsCorrectString() local
/aosp_15_r20/cts/tests/appsearch/src/com/android/cts/appsearch/external/ast/query/
H A DPropertyDefinedNodeCtsTest.java58 List<PropertyPath.PathSegment> pathSegmentList = in testGetFunctionName_functionNameCorrect() local
70 List<PropertyPath.PathSegment> pathSegmentList = in testGetChildren_returnsEmptyList() local
83 List<PropertyPath.PathSegment> pathSegmentList = in testGetProperty_returnsCorrectProperty() local
96 List<PropertyPath.PathSegment> pathSegmentList = in testSetProperty_throwsOnNullPointer() local
109 List<PropertyPath.PathSegment> pathSegmentList = in testSetProperty_setsCorrectProperty() local
128 List<PropertyPath.PathSegment> pathSegmentList = in testToString_returnsCorrectString() local
H A DHasPropertyNodeCtsTest.java58 List<PropertyPath.PathSegment> pathSegmentList = in testGetFunctionName_functionNameCorrect() local
70 List<PropertyPath.PathSegment> pathSegmentList = in testGetChildren_returnsEmptyList() local
83 List<PropertyPath.PathSegment> pathSegmentList = in testGetProperty_returnsCorrectProperty() local
96 List<PropertyPath.PathSegment> pathSegmentList = in testSetProperty_throwsOnNullPointer() local
109 List<PropertyPath.PathSegment> pathSegmentList = in testSetProperty_replaceOldProperty() local
128 List<PropertyPath.PathSegment> pathSegmentList = in testToString_correctString() local