Home | History | Annotate | Download | only in unitTests

Lines Matching defs:headerLength

2077         int headerLength = 0;
2097 headerLength = (int) pduDecoder.getValue32();
2123 byte[] header = new byte[headerLength];
2131 int dataIndex = headerStartIndex + headerLength;
2142 if (pduDecoder.seekXWapApplicationId(index, index + headerLength - 1)) {