Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java102 Map<UUID, Integer> callIdIndexMap = new HashMap<>(); field in TbsGeneric.Bearer
304 for (Map.Entry<UUID, Integer> callIdToIndex : bearer.callIdIndexMap.entrySet()) { in getCallIdByIndex()
394 for (Integer callIndex : bearer.callIdIndexMap.values()) { in removeBearer()
398 if (bearer.callIdIndexMap.size() > 0) { in removeBearer()
460 if (bearer.callIdIndexMap.get(request.callIdList.get(0)) != null) { in checkRequestComplete()
467 if (bearer.callIdIndexMap.get(callId) == null in checkRequestComplete()
474 Integer callIndex = bearer.callIdIndexMap.get(pendingCallId); in checkRequestComplete()
553 if (bearer.callIdIndexMap.containsKey(callId)) { in callAdded()
564 bearer.callIdIndexMap.put(callId, callIndex); in callAdded()
599 Integer callIndex = bearer.callIdIndexMap.remove(callId); in callRemoved()
[all …]