Home
last modified time | relevance | path

Searched refs:firstValue (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/util/
DOsUtil.java171 boolean firstValue = true; in joinFromSetWithDelimiter()
173 if (firstValue) { in joinFromSetWithDelimiter()
174 firstValue = false; in joinFromSetWithDelimiter()
/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java1449 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local
1452 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()
1453 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java1486 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local
1489 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()
1490 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()