Searched refs:attributeValue (Results 1 – 4 of 4) sorted by relevance
255 String attributeValue = parser.getAttributeValue(i); in createFromXml() local257 newElement.mUci = attributeValue; in createFromXml()259 newElement.mName = attributeValue; in createFromXml()261 newElement.mDisplayName = attributeValue; in createFromXml()263 newElement.setChatState(attributeValue); in createFromXml()265 newElement.setLastActivity(attributeValue); in createFromXml()267 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()269 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()271 newElement.setPresenceStatus(attributeValue); in createFromXml()273 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
295 String attributeValue = parser.getAttributeValue(i); in createFromXml() local297 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()299 newElement.mName = attributeValue; in createFromXml()301 newElement.setLastActivity(attributeValue); in createFromXml()303 newElement.setRead(attributeValue); in createFromXml()305 newElement.setVersionCounter(attributeValue); in createFromXml()307 newElement.setSummary(attributeValue); in createFromXml()
257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray( in getHeader() local259 attributes.put(attributeKey, attributeValue); in getHeader()
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...