Home
last modified time | relevance | path

Searched refs:attrValue (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Mms/src/com/android/mms/dom/
DElementImpl.java45 String attrValue = ""; in getAttribute() local
47 attrValue = attrNode.getValue(); in getAttribute()
49 return attrValue; in getAttribute()
/packages/apps/IM/libwbxml/src/
Dwbxml_jni.cpp131 jstring attrValue = env->NewStringUTF(atts[i].value.c_str()); in startElement() local
133 env->SetObjectArrayElement(attrValues, i, attrValue); in startElement()