Home | History | Annotate | Download | only in unitTests

Lines Matching refs:dataIndex

2112             int dataIndex = headerStartIndex + headerLength;
2113 intentData = new byte[pdu.length - dataIndex];
2114 System.arraycopy(pdu, dataIndex, intentData, 0, intentData.length);