Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java75 public Request(BluetoothDevice device, UUID callId, int requestedOpcode, int callIndex) { in Request()
86 int callIndex) { in Request()
289 private synchronized Map.Entry<UUID, Bearer> getCallIdByIndex(int callIndex) { in getCallIdByIndex()
461 Integer callIndex = bearer.callIdIndexMap.get(pendingCallId); in checkRequestComplete() local
545 Integer callIndex = getFreeCallIndex(); in callAdded() local
586 Integer callIndex = bearer.callIdIndexMap.remove(callId); in callRemoved() local
629 Integer callIndex = bearer.callIdIndexMap.get(callId); in callStateChanged() local
671 Integer callIndex = storedCallIdList.get(callId); in currentCallsList() local
998 private static boolean isCallIndexAssigned(int callIndex) { in isCallIndexAssigned()
1003 int callIndex = mLastIndexAssigned; in getFreeCallIndex() local
DTbsGatt.java591 BluetoothDevice device, int requestedOpcode, int callIndex, int requestResult) { in setResult()
812 public boolean setTerminationReason(int callIndex, int terminationReason) { in setTerminationReason()
835 public boolean setIncomingCall(int callIndex, String uri) { in setIncomingCall()
860 public boolean setCallFriendlyName(int callIndex, String callFriendlyName) { in setCallFriendlyName()
889 BluetoothDevice device, int requestedOpcode, int callIndex, int requestResult) { in setCallControlPointResult()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java364 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallAccept() local
419 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallTerminate() local
473 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallHold() local
527 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallRetrieve() local
697 Integer callIndex = capturedCurrentCalls.entrySet().iterator().next().getKey(); in testCallOperationsBlockedForBroadcastReceiver() local