Searched refs:mWspData (Results 1 – 1 of 1) sorted by relevance
203 byte[] mWspData; field in WspTypeDecoder212 mWspData = pdu; in WspTypeDecoder()227 while (mWspData[index] != 0) { in decodeTextString()231 if (mWspData[startIndex] == 127) { in decodeTextString()232 mStringValue = new String(mWspData, startIndex + 1, mDataLength - 2); in decodeTextString()234 mStringValue = new String(mWspData, startIndex, mDataLength - 1); in decodeTextString()250 while (mWspData[index] != 0) { in decodeTokenText()254 mStringValue = new String(mWspData, startIndex, mDataLength - 1); in decodeTokenText()270 if ((mWspData[startIndex] & 0x80) == 0) { in decodeShortInteger()273 mUnsigned32bit = mWspData[startIndex] & 0x7f; in decodeShortInteger()[all …]