Searched refs:typeValue (Results 1 – 3 of 3) sorted by relevance
502 Integer typeValue = CALL_STATE_MSG_TYPE_TO_RTP_BITS.getKey(messageTypeBits); in extractMessage() local503 if (typeValue == null) { in extractMessage()510 messageType = typeValue; in extractMessage()
2013 for (final String typeValue : types) { in appendTypeParameters()2016 VCardUtils.toStringAsV40ParamValue(typeValue) : in appendTypeParameters()2017 VCardUtils.toStringAsV30ParamValue(typeValue)); in appendTypeParameters()2029 if (!VCardUtils.isV21Word(typeValue)) { in appendTypeParameters()2037 appendTypeParameter(typeValue); in appendTypeParameters()
2300 for (String typeValue : typeCollection) { in addProperty()2301 if (VCardConstants.PARAM_TYPE_PREF.equals(typeValue)) { in addProperty()2304 formatName = typeValue; in addProperty()