Home
last modified time | relevance | path

Searched refs:charList (Results 1 – 4 of 4) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/bluetooth/
DGattClientFacade.java488 List<BluetoothGattCharacteristic> charList = gattService.getCharacteristics(); in gattClientReadCharacteristicByIndex() local
489 if (charList.get(characteristicIndex) == null) { in gattClientReadCharacteristicByIndex()
492 return bluetoothGatt.readCharacteristic(charList.get(characteristicIndex)); in gattClientReadCharacteristicByIndex()
520 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientReadCharacteristicByInstanceId() local
521 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientReadCharacteristicByInstanceId()
563 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteDescriptorByInstanceId() local
564 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientWriteDescriptorByInstanceId()
610 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientWriteCharacteristicByInstanceId() local
611 for (BluetoothGattCharacteristic mGattChar : charList) { in gattClientWriteCharacteristicByInstanceId()
655 List<BluetoothGattCharacteristic> charList = mGattService.getCharacteristics(); in gattClientModifyAccessAndWriteCharacteristicByInstanceId() local
[all …]
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/mbcs/
DBIG5Tool.java203 List charList = new ArrayList(); in processDir() local
209 charList.add(new Integer(c.charCode)); in processDir()
211 Object [] sortedChars = charList.toArray(); in processDir()
DEUCTool.java203 List charList = new ArrayList(); in processDir() local
209 charList.add(new Integer(c.charCode)); in processDir()
211 Object [] sortedChars = charList.toArray(); in processDir()
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...