Home
last modified time | relevance | path

Searched refs:getDescriptor (Results 1 – 3 of 3) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleServerService.java145 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor()
214 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleServerService
218 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
341 + (descriptor == getDescriptor()));
358 + (descriptor == getDescriptor()));
DBleClientService.java165 BluetoothGattDescriptor descriptor = getDescriptor(); in writeDescriptor()
172 BluetoothGattDescriptor descriptor = getDescriptor(); in readDescriptor()
273 private BluetoothGattDescriptor getDescriptor() { in getDescriptor() method in BleClientService
277 BluetoothGattDescriptor descriptor = characteristic.getDescriptor(DESCRIPTOR_UUID); in getDescriptor()
/cts/tools/dasm/src/dasm/
DDAsm.java1527 int paramSize = Prototype.intern(method_nat.getDescriptor() in createOutputFinisher()