/packages/apps/Bluetooth/src/com/android/bluetooth/ |
D | Utils.java | 125 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/ |
D | StoreUtils.java | 157 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/ |
D | CallScreeningServiceHelper.java | 94 String packageName, ParcelableCallUtils.Converter converter, in CallScreeningServiceHelper() argument 98 mParcelableCallUtilsConverter = converter; in CallScreeningServiceHelper()
|
D | CallsManager.java | 684 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/ |
D | README | 35 - Create a converter by using TextFormat tool to convert textpb to pb
|
/packages/modules/NetworkStack/src/com/android/server/connectivity/ |
D | NetworkMonitor.java | 2212 @NonNull String[] strings, Function<String, T> converter, T[] emptyArray) { in convertStrings() argument 2217 convertedValue = converter.apply(configString); in convertStrings()
|
/packages/inputmethods/LatinIME/dictionaries/ |
D | pt_BR_wordlist.combined.gz | 1dictionary=main:pt_br,locale=pt_BR,description=Português (Brasil),date ... |
D | pt_PT_wordlist.combined.gz | 1dictionary=main:pt_pt,locale=pt_PT,description=Português (Portugal),date ... |
D | en_GB_wordlist.combined.gz | 1dictionary=main:en_gb,locale=en_GB,description=English (UK),date ... |
D | en_US_wordlist.combined.gz | 1dictionary=main:en_us,locale=en_US,description=English (US),date ... |
D | en_wordlist.combined.gz | 1dictionary=main:en,locale=en,description=English,date=1414726273, ... |
D | es_wordlist.combined.gz | 1dictionary=main:es,locale=es,description=Español,date=1414726268, ... |