Searched refs:rawValue (Results 1 – 6 of 6) sorted by relevance
41 byte[] rawValue = ctlv.getRawValue(); in retrieveCommandDetails()45 cmdDet.commandNumber = rawValue[valueIndex] & 0xff; in retrieveCommandDetails()46 cmdDet.typeOfCommand = rawValue[valueIndex + 1] & 0xff; in retrieveCommandDetails()47 cmdDet.commandQualifier = rawValue[valueIndex + 2] & 0xff; in retrieveCommandDetails()66 byte[] rawValue = ctlv.getRawValue(); in retrieveDeviceIdentities()69 devIds.sourceId = rawValue[valueIndex] & 0xff; in retrieveDeviceIdentities()70 devIds.destinationId = rawValue[valueIndex + 1] & 0xff; in retrieveDeviceIdentities()89 byte[] rawValue = ctlv.getRawValue(); in retrieveDuration()93 timeUnit = TimeUnit.values()[(rawValue[valueIndex] & 0xff)]; in retrieveDuration()94 timeInterval = rawValue[valueIndex + 1] & 0xff; in retrieveDuration()[all …]
431 byte[] rawValue = ctlv.getRawValue(); in processGetInput()433 input.minLen = rawValue[valueIndex] & 0xff; in processGetInput()434 input.maxLen = rawValue[valueIndex + 1] & 0xff; in processGetInput()685 byte[] rawValue = ctlv.getRawValue(); in processLaunchBrowser()689 url = GsmAlphabet.gsm8BitUnpackedToString(rawValue, in processLaunchBrowser()762 byte[] rawValue = ctlv.getRawValue(); in processPlayTone()764 int toneVal = rawValue[valueIndex]; in processPlayTone()
1510 final String rawValue, final boolean isPrimary) { in appendEmailLine() argument1556 rawValue); in appendEmailLine()1789 for (String rawValue : rawValueList) { in appendAndroidSpecificProperty()1792 encodedValue = encodeQuotedPrintable(rawValue); in appendAndroidSpecificProperty()1798 encodedValue = escapeCharacters(rawValue); in appendAndroidSpecificProperty()1807 final String rawValue) { in appendLineWithCharsetAndQPDetection() argument1808 appendLineWithCharsetAndQPDetection(propertyName, null, rawValue); in appendLineWithCharsetAndQPDetection()1817 final List<String> parameterList, final String rawValue) { in appendLineWithCharsetAndQPDetection() argument1819 !VCardUtils.containsOnlyPrintableAscii(rawValue); in appendLineWithCharsetAndQPDetection()1822 !VCardUtils.containsOnlyNonCrLfPrintableAscii(rawValue)); in appendLineWithCharsetAndQPDetection()[all …]
1439 attr.rawValue.index = htodl(strings.offsetForString(ae.string)); in flatten_node()1441 attr.rawValue.index = htodl((uint32_t)-1); in flatten_node()
600 struct ResStringPool_ref rawValue; member
825 return dtohl(attr->rawValue.index); in getAttributeValueStringID()