Home
last modified time | relevance | path

Searched defs:callIndex (Results 1 – 4 of 4) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java69 int callIndex; field in TbsGeneric.Request
71 public Request(BluetoothDevice device, UUID callId, int requestedOpcode, int callIndex) { in Request()
82 int callIndex) { in Request()
302 private synchronized Map.Entry<UUID, Bearer> getCallIdByIndex(int callIndex) { in getCallIdByIndex()
474 Integer callIndex = bearer.callIdIndexMap.get(pendingCallId); in checkRequestComplete() local
558 Integer callIndex = getFreeCallIndex(); in callAdded() local
599 Integer callIndex = bearer.callIdIndexMap.remove(callId); in callRemoved() local
642 Integer callIndex = bearer.callIdIndexMap.get(callId); in callStateChanged() local
684 Integer callIndex = storedCallIdList.get(callId); in currentCallsList() local
1037 private static boolean isCallIndexAssigned(int callIndex) { in isCallIndexAssigned()
[all …]
DTbsGatt.java667 BluetoothDevice device, int requestedOpcode, int callIndex, int requestResult) { in setResult()
888 public boolean setTerminationReason(int callIndex, int terminationReason) { in setTerminationReason()
911 public boolean setIncomingCall(int callIndex, String uri) { in setIncomingCall()
933 public boolean setCallFriendlyName(int callIndex, String callFriendlyName) { in setCallFriendlyName()
962 BluetoothDevice device, int requestedOpcode, int callIndex, int requestResult) { in setCallControlPointResult()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java356 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallAccept() local
414 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallTerminate() local
470 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallHold() local
526 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallRetrieve() local
DTbsGattTest.java571 int callIndex = 0x01; in testSetCallControlPointResult() local