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.java304 char currChar = text.charAt(0);
305 char altChar = cycleCharacter(currChar);
307 if (currChar != altChar) {
/packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
DGattService.java1320 BluetoothGattCharacteristic currChar = null; in onGetGattDb() local
1348 currChar = new BluetoothGattCharacteristic(el.uuid, el.id, el.properties, 0); in onGetGattDb()
1349 currSrvc.addCharacteristic(currChar); in onGetGattDb()
1361 currChar.addDescriptor(new BluetoothGattDescriptor(el.uuid, el.id, 0)); in onGetGattDb()