Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java615 Integer incomingCallIndex = mTbsGatt.getIncomingCallIndex(); in callRemoved() local
616 if (incomingCallIndex != null && incomingCallIndex.equals(callIndex)) { in callRemoved()
658 Integer incomingCallIndex = mTbsGatt.getIncomingCallIndex(); in callStateChanged() local
659 if (incomingCallIndex != null && incomingCallIndex.equals(callIndex)) { in callStateChanged()