Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/android/support/v7/mms/pdu/
DPduParser.java1321 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local
1322 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()
1325 return readLen; in skipWapValue()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduParser.java1358 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local
1359 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()
1362 return readLen; in skipWapValue()