Searched refs:attributeValue (Results 1 – 7 of 7) sorted by relevance
156 String attributeValue = parser.getAttributeValue(i); in encode() local158 assertThat(attributeValue) in encode()161 assertThat(attributeValue) in encode()164 assertThat(attributeValue) in encode()167 assertThat(attributeValue).isEqualTo(TEST_SENDER_ADDRESSING); in encode()169 assertThat(attributeValue).isEqualTo(TEST_REPLY_TO_ADDRESSING); in encode()171 assertThat(attributeValue).isEqualTo(TEST_RECIPIENT_NAME); in encode()173 assertThat(attributeValue).isEqualTo(TEST_RECIPIENT_ADDRESSING); in encode()175 assertThat(attributeValue).isEqualTo(TEST_TYPE.name()); in encode()177 assertThat(attributeValue).isEqualTo(Integer.toString(TEST_SIZE)); in encode()[all …]
188 String attributeValue = parser.getAttributeValue(i); in createFromXml() local191 LocalDateTime.parse(attributeValue, formatter) in createFromXml()
264 String attributeValue = parser.getAttributeValue(i); in createFromXml() local266 newElement.mUci = attributeValue; in createFromXml()268 newElement.mName = attributeValue; in createFromXml()270 newElement.mDisplayName = attributeValue; in createFromXml()272 newElement.setChatState(attributeValue); in createFromXml()274 newElement.setLastActivity(attributeValue); in createFromXml()276 newElement.setBtUid(SignedLongLong.fromString(attributeValue)); in createFromXml()278 newElement.mPresenceAvailability = Integer.parseInt(attributeValue); in createFromXml()280 newElement.setPresenceStatus(attributeValue); in createFromXml()282 newElement.setPriority(Integer.parseInt(attributeValue)); in createFromXml()
302 String attributeValue = parser.getAttributeValue(i); in createFromXml() local304 newElement.mId = SignedLongLong.fromString(attributeValue); in createFromXml()306 newElement.mName = attributeValue; in createFromXml()308 newElement.setLastActivity(attributeValue); in createFromXml()310 newElement.setRead(attributeValue); in createFromXml()312 newElement.setVersionCounter(attributeValue); in createFromXml()314 newElement.setSummary(attributeValue); in createFromXml()
238 String attributeValue = getAttributeValue(xpp, attributeName); in isMicroVideoPresent() local239 if (attributeValue != null) { in isMicroVideoPresent()240 long microVideoOffset = Long.parseLong(attributeValue); in isMicroVideoPresent()249 String attributeValue = getAttributeValue(xpp, attributeName); in isMotionPhotoFlagSet() local250 if (attributeValue != null) { in isMotionPhotoFlagSet()251 int motionPhotoFlag = Integer.parseInt(attributeValue); in isMotionPhotoFlagSet()
257 final String attributeValue = StringUtils.getStringFromNullTerminatedCodePointArray( in getHeader() local259 attributes.put(attributeKey, attributeValue); in getHeader()
META-INF/MANIFEST.MF META-INF/ META-INF/proguard/ okhttp3/ ...