Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java127 private Map<Integer, TbsCall> mCurrentCallsList = new TreeMap<>(); field in TbsGeneric
395 mCurrentCallsList.remove(callIndex); in removeBearer()
434 if (mCurrentCallsList.get(request.callIndex) == null) { in checkRequestComplete()
475 TbsCall pendingTbsCall = mCurrentCallsList.get(callIndex); in checkRequestComplete()
566 mCurrentCallsList.put(callIndex, tbsCall); in callAdded()
605 TbsCall tbsCall = mCurrentCallsList.remove(callIndex); in callRemoved()
648 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in callStateChanged()
693 mCurrentCallsList.put(callIndex, TbsCall.create(call)); in currentCallsList()
696 TbsCall tbsCall = mCurrentCallsList.get(callIndex); in currentCallsList()
699 mCurrentCallsList.replace(callIndex, tbsCallNew); in currentCallsList()
[all …]