Home | History | Annotate | Download | only in map

Lines Matching refs:attributeValue

255             String attributeValue = parser.getAttributeValue(i);
257 newElement.mUci = attributeValue;
259 newElement.mName = attributeValue;
261 newElement.mDisplayName = attributeValue;
263 newElement.setChatState(attributeValue);
265 newElement.setLastActivity(attributeValue);
267 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
269 newElement.mPresenceAvailability = Integer.parseInt(attributeValue);
271 newElement.setPresenceStatus(attributeValue);
273 newElement.setPriority(Integer.parseInt(attributeValue));