Searched refs:tagLength (Results 1 – 1 of 1) sorted by relevance
226 int tagId, tagLength; in parseParams() local231 tagLength = appParams[i++] & 0xff; // Convert to unsigned to support values above 127 in parseParams()234 if (tagLength != MAX_LIST_COUNT_LEN) { in parseParams()235 Log.w(TAG, "MAX_LIST_COUNT: Wrong length received: " + tagLength in parseParams()242 if (tagLength != START_OFFSET_LEN) { in parseParams()244 "START_OFFSET: Wrong length received: " + tagLength + " expected: " in parseParams()251 if (tagLength != FILTER_MESSAGE_TYPE_LEN) { in parseParams()252 Log.w(TAG, "FILTER_MESSAGE_TYPE: Wrong length received: " + tagLength in parseParams()259 if (tagLength != 0) { in parseParams()260 setFilterPeriodBegin(new String(appParams, i, tagLength)); in parseParams()[all …]