Searched refs:attributeValue (Results 1 – 3 of 3) sorted by relevance
253 String attributeValue = parser.getAttributeValue(i); in createFromXml() local255 newElement.mUci = attributeValue; in createFromXml()257 newElement.mName = attributeValue; in createFromXml()259 newElement.mDisplayName = attributeValue; in createFromXml()261 newElement.setChatState(attributeValue); in createFromXml()263 newElement.setLastActivity(attributeValue); in createFromXml()265 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()267 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()269 newElement.setPresenceStatus(attributeValue); in createFromXml()271 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
309 String attributeValue = parser.getAttributeValue(i); in createFromXml() local311 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()313 newElement.mName = attributeValue; in createFromXml()315 newElement.setLastActivity(attributeValue); in createFromXml()317 newElement.setRead(attributeValue); in createFromXml()319 newElement.setVersionCounter(attributeValue); in createFromXml()321 newElement.setSummary(attributeValue); in createFromXml()
257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray( in getHeader() local259 attributes.put(attributeKey, attributeValue); in getHeader()