Home
last modified time | relevance | path

Searched refs:currChar (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java307 char currChar = text.charAt(0);
308 char altChar = cycleCharacter(currChar);
310 if (currChar != altChar) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1324 BluetoothGattCharacteristic currChar = null; in onGetGattDb() local
1352 currChar = new BluetoothGattCharacteristic(el.uuid, el.id, el.properties, 0); in onGetGattDb()
1353 currSrvc.addCharacteristic(currChar); in onGetGattDb()
1365 currChar.addDescriptor(new BluetoothGattDescriptor(el.uuid, el.id, 0)); in onGetGattDb()