Home
last modified time | relevance | path

Searched refs:converter (Results 1 – 12 of 12) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/
DUtils.java125 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToShort() local
126 converter.order(ByteOrder.nativeOrder()); in byteArrayToShort()
127 return converter.getShort(); in byteArrayToShort()
131 ByteBuffer converter = ByteBuffer.wrap(valueBuf); in byteArrayToInt() local
132 converter.order(ByteOrder.nativeOrder()); in byteArrayToInt()
133 return converter.getInt(offset); in byteArrayToInt()
166 ByteBuffer converter = ByteBuffer.allocate(4); in intToByteArray() local
167 converter.order(ByteOrder.nativeOrder()); in intToByteArray()
168 converter.putInt(value); in intToByteArray()
169 return converter.array(); in intToByteArray()
[all …]
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
DStoreUtils.java157 String attrName, Function<PersistableBundle, E> converter) { in getObjectAttrFromPersistableBundle() argument
159 return attrBundle == null ? null : converter.apply(attrBundle); in getObjectAttrFromPersistableBundle()
163 String attrName, Function<String, E> converter) { in getStringAttrFromPersistableBundle() argument
165 return str == null ? null : converter.apply(str); in getStringAttrFromPersistableBundle()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallScreeningServiceHelper.java94 String packageName, ParcelableCallUtils.Converter converter, in CallScreeningServiceHelper() argument
98 mParcelableCallUtilsConverter = converter; in CallScreeningServiceHelper()
DCallsManager.java684 ParcelableCallUtils.Converter converter = new ParcelableCallUtils.Converter(); in setUpCallFilterGraph() local
695 appLabelProxy, converter); in setUpCallFilterGraph()
701 mContext, this, appLabelProxy, converter); in setUpCallFilterGraph()
706 mContext, this, appLabelProxy, converter); in setUpCallFilterGraph()
/packages/providers/TelephonyProvider/assets/
DREADME35 - Create a converter by using TextFormat tool to convert textpb to pb
/packages/modules/NetworkStack/src/com/android/server/connectivity/
DNetworkMonitor.java2212 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument
2217 convertedValue = converter.apply(configString); in convertStrings()
/packages/inputmethods/LatinIME/dictionaries/
Dpt_BR_wordlist.combined.gz1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ...
Dpt_PT_wordlist.combined.gz1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ...
Den_GB_wordlist.combined.gz1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ...
Den_US_wordlist.combined.gz1dictionary=main:en_us,locale=en_US,description=English (US),date ...
Den_wordlist.combined.gz1dictionary=main:en,locale=en,description=English,date=1414726273, ...
Des_wordlist.combined.gz1dictionary=main:es,locale=es,description=Español,date=1414726268, ...