Searched defs:callIndex (Results 1 – 4 of 4) sorted by relevance
| /packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
| D | TbsGeneric.java | 70 int callIndex; field in TbsGeneric.Request 72 public Request(BluetoothDevice device, UUID callId, int requestedOpcode, int callIndex) { in Request() 80 int callIndex) { in Request() 293 private synchronized Map.Entry<UUID, Bearer> getCallIdByIndex(int callIndex) { in getCallIdByIndex() 448 Integer callIndex = bearer.callIdIndexMap.get(pendingCallId); in checkRequestComplete() local 538 Integer callIndex = getFreeCallIndex(); in callAdded() local 581 Integer callIndex = bearer.callIdIndexMap.remove(callId); in callRemoved() local 626 Integer callIndex = bearer.callIdIndexMap.get(callId); in callStateChanged() local 670 Integer callIndex = storedCallIdList.get(callId); in currentCallsList() local 957 private static boolean isCallIndexAssigned(int callIndex) { in isCallIndexAssigned() [all …]
|
| D | TbsGatt.java | 620 public void setResult(BluetoothDevice device, int requestedOpcode, int callIndex, in setResult() 842 public boolean setTerminationReason(int callIndex, int terminationReason) { in setTerminationReason() 863 public boolean setIncomingCall(int callIndex, String uri) { in setIncomingCall() 889 public boolean setCallFriendlyName(int callIndex, String callFriendlyName) { in setCallFriendlyName() 918 int callIndex, int requestResult) { in setCallControlPointResult()
|
| /packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/ |
| D | TbsGenericTest.java | 307 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallAccept() local 354 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallTerminate() local 399 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallHold() local 444 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallRetrieve() local
|
| D | TbsGattTest.java | 470 int callIndex = 0x01; in testSetCallControlPointResult() local
|