Searched defs:addExpectedNodeWithOrder (Results 1 - 1 of 1) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNodesVerifierElem.java62 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue) { method in class:PropertyNodesVerifierElem
63 return addExpectedNodeWithOrder(propName, propValue, null, null, null, null, null);
66 public PropertyNodesVerifierElem addExpectedNodeWithOrder( method in class:PropertyNodesVerifierElem
68 return addExpectedNodeWithOrder(propName, propValue, null,
72 public PropertyNodesVerifierElem addExpectedNodeWithOrder( method in class:PropertyNodesVerifierElem
74 return addExpectedNodeWithOrder(propName, null, propValueList,
78 public PropertyNodesVerifierElem addExpectedNodeWithOrder( method in class:PropertyNodesVerifierElem
80 return addExpectedNodeWithOrder(propName, propValue, propValueList, null,
84 public PropertyNodesVerifierElem addExpectedNodeWithOrder( method in class:PropertyNodesVerifierElem
87 return addExpectedNodeWithOrder(propNam
91 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, method in class:PropertyNodesVerifierElem
97 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, method in class:PropertyNodesVerifierElem
103 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, method in class:PropertyNodesVerifierElem
109 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, method in class:PropertyNodesVerifierElem
115 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, method in class:PropertyNodesVerifierElem
121 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, method in class:PropertyNodesVerifierElem
127 public PropertyNodesVerifierElem addExpectedNodeWithOrder(String propName, String propValue, method in class:PropertyNodesVerifierElem
[all...]

Completed in 50 milliseconds