Searched defs:converter (Results 1 – 5 of 5) sorted by relevance
125 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local131 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local166 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local174 ByteBuffer converter = ByteBuffer.allocate(length); in uuidToByteArray() local187 ByteBuffer converter = ByteBuffer.allocate(length); in uuidsToByteArray() local207 ByteBuffer converter = ByteBuffer.wrap(val); in byteArrayToUuid() local
157 String attrName, Function<PersistableBundle, E> converter) { in getObjectAttrFromPersistableBundle()163 String attrName, Function<String, E> converter) { in getStringAttrFromPersistableBundle()
94 String packageName, ParcelableCallUtils.Converter converter, in CallScreeningServiceHelper()
684 ParcelableCallUtils.Converter converter = new ParcelableCallUtils.Converter(); in setUpCallFilterGraph() local
2212 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings()