Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
DPduParser.java1324 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local
1325 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()
1328 return readLen; in skipWapValue()