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

/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
H A DPropertyNode.java42 public class PropertyNode { class
54 * Note that currently PropertyNode class does not support multiple param-values
67 public PropertyNode() { method in class:PropertyNode
76 public PropertyNode( method in class:PropertyNode
119 "PropertyNode does not provide hashCode() implementation intentionally.");
124 if (!(obj instanceof PropertyNode)) {
128 PropertyNode node = (PropertyNode)obj;

Completed in 51 milliseconds