Searched refs:VNode (Results 1 - 3 of 3) sorted by relevance

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DVNode.java26 public class VNode { class
H A DVNodeBuilder.java38 * {@link VNode}, and {@link PropertyNode}.
42 * This is called VNode, not VCardNode, since it was used for expressing vCalendar (iCal).
48 private List<VNode> mVNodeList = new ArrayList<VNode>();
49 private VNode mCurrentVNode;
87 mCurrentVNode = new VNode();
166 public List<VNode> getVNodeList() {
170 public VNode getCurrentVNode() {
H A DPropertyNodesVerifierElem.java30 * Utility class which verifies input VNode.
32 * This class first checks whether each propertyNode in the VNode is in the
208 public void verify(VNode vnode) {

Completed in 64 milliseconds