Home | History | Annotate | Download | only in map

Lines Matching defs:attributeValue

254             String attributeValue = parser.getAttributeValue(i);
256 newElement.mUci = attributeValue;
258 newElement.mName = attributeValue;
260 newElement.mDisplayName = attributeValue;
262 newElement.setChatState(attributeValue);
264 newElement.setLastActivity(attributeValue);
266 newElement.setBtUid(SignedLongLong.fromString(attributeValue));
268 newElement.mPresenceAvailability = Integer.parseInt(attributeValue);
270 newElement.setPresenceStatus(attributeValue);
272 newElement.setPriority(Integer.parseInt(attributeValue));