Home
last modified time | relevance | path

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

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