Home | History | Annotate | Download | only in pdu

Lines Matching refs:contentId

1514                         byte[] contentId = parseWapString(pduDataStream, TYPE_QUOTED_STRING);
1515 if (null != contentId) {
1516 part.setContentId(contentId);
1631 byte[] contentId = part.getContentId();
1632 if (null != contentId) {
1633 if (true == Arrays.equals(mStartParam, contentId)) {