Home | History | Annotate | Download | only in unitTests

Lines Matching defs:headerLength

2058         int headerLength = 0;
2078 headerLength = (int) pduDecoder.getValue32();
2104 byte[] header = new byte[headerLength];
2112 int dataIndex = headerStartIndex + headerLength;
2123 if (pduDecoder.seekXWapApplicationId(index, index + headerLength - 1)) {