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

/packages/apps/OMA-DM/engine/dmlib/tool-src/db_wizard_tool/com/mot/dm/dbtool/
H A DWbxmlEncoder.java97 public void proceedAttribute(String attrName, String attrValue) throws argument
101 ValTab attrVal = OMACP.encodeAttr(attrName + "=" + attrValue);
119 ValTab attrV = OMACP.encodeVal(attrValue);
129 byte[] b = attrValue.getBytes();

Completed in 120 milliseconds