Home
last modified time | relevance | path

Searched defs:converter (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java125 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
131 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
166 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
174 ByteBuffer converter = ByteBuffer.allocate(length); in uuidToByteArray() local
187 ByteBuffer converter = ByteBuffer.allocate(length); in uuidsToByteArray() local
207 ByteBuffer converter = ByteBuffer.wrap(val); in byteArrayToUuid() local
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java157 String attrName, Function<PersistableBundle, E> converter) { in getObjectAttrFromPersistableBundle()
163 String attrName, Function<String, E> converter) { in getStringAttrFromPersistableBundle()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java94 String packageName, ParcelableCallUtils.Converter converter, in CallScreeningServiceHelper()
DCallsManager.java684 ParcelableCallUtils.Converter converter = new ParcelableCallUtils.Converter(); in setUpCallFilterGraph() local
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2212 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings()