Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java312 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallAccept()
359 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallTerminate()
404 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallHold()
449 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallRetrieve()
483 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallOriginate()
536 mTbsGattCallback.getValue().onCallControlPointRequest(mCurrentDevice, in testCallJoin()
DTbsGattTest.java575 verify(mMockTbsGattCallback).onCallControlPointRequest(eq(mFirstDevice), eq(0x00), in testHandleControlPointRequest()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGatt.java199 public abstract void onCallControlPointRequest(BluetoothDevice device, int opcode, in onCallControlPointRequest() method in TbsGatt.Callback
616 mCallback.onCallControlPointRequest(device, opcode, in handleWriteRequest()
DTbsGeneric.java803 public void onCallControlPointRequest(BluetoothDevice device, int opcode, byte[] args) {