Searched defs:callIndex (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/ |
D | TbsGeneric.java | 69 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 …]
|
D | TbsGatt.java | 667 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/ |
D | TbsGenericTest.java | 356 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
|
D | TbsGattTest.java | 571 int callIndex = 0x01; in testSetCallControlPointResult() local
|