Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java1452 int firstValue = extractByteValue(pduDataStream); in parseContentTypeParams() local
1455 if (((firstValue > TEXT_MIN) && (firstValue < TEXT_MAX)) || in parseContentTypeParams()
1456 (END_STRING_FLAG == firstValue)) { in parseContentTypeParams()