Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java67 List<UUID> callIdList; field in TbsGeneric.Request
73 this.callIdList = Arrays.asList(callId); in Request()
84 this.callIdList = new ArrayList<>(); in Request()
86 this.callIdList.add(callId.getUuid()); in Request()
418 if (entry.getValue().callIdList.contains(callId)) { in checkRequestComplete()
460 if (bearer.callIdIndexMap.get(request.callIdList.get(0)) != null) { in checkRequestComplete()
473 for (UUID pendingCallId : request.callIdList) { in checkRequestComplete()