Searched refs:converter (Results 1 – 11 of 11) sorted by relevance
93 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local94 converter.order(ByteOrder.nativeOrder()); in byteArrayToShort()95 return converter.getShort(); in byteArrayToShort()99 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local100 converter.order(ByteOrder.nativeOrder()); in byteArrayToInt()101 return converter.getInt(offset); in byteArrayToInt()134 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local135 converter.order(ByteOrder.nativeOrder()); in intToByteArray()136 converter.putInt(value); in intToByteArray()137 return converter.array(); in intToByteArray()[all …]
569 Converter<String> converter = (Converter<String>) converterFactory.createInstance(); in convertToPlainText() local572 textPositions[i] = converter.getPlainTextLength(); in convertToPlainText()573 converter.addNode(nodes.get(i), i, ends.get(i)); in convertToPlainText()577 textPositions[numNodes] = converter.getPlainTextLength(); in convertToPlainText()579 plainText = converter.getObject(); in convertToPlainText()618 Converter<Spanned> converter = (Converter<Spanned>) converterFactory.createInstance(); in convertToSpan() local621 converter.addNode(nodes.get(i), i, ends.get(i)); in convertToSpan()624 constructedSpan = converter.getObject(); in convertToSpan()
157 String attrName, Function<PersistableBundle, E> converter) { in getObjectAttrFromPersistableBundle() argument159 return attrBundle == null ? null : converter.apply(attrBundle); in getObjectAttrFromPersistableBundle()163 String attrName, Function<String, E> converter) { in getStringAttrFromPersistableBundle() argument165 return str == null ? null : converter.apply(str); in getStringAttrFromPersistableBundle()
88 String packageName, ParcelableCallUtils.Converter converter, in CallScreeningServiceHelper() argument92 mParcelableCallUtilsConverter = converter; in CallScreeningServiceHelper()
1429 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument1434 convertedValue = converter.apply(configString); in convertStrings()
1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
1dictionary=main:es,locale=es,description=Español,date=1414726268, ...