Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java615 Integer incomingCallIndex = mTbsGatt.getIncomingCallIndex(); in callRemoved()
658 Integer incomingCallIndex = mTbsGatt.getIncomingCallIndex(); in callStateChanged()
DTbsGatt.java902 public Integer getIncomingCallIndex() { in getIncomingCallIndex() method in TbsGatt
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java246 doReturn(capturedCallIndex).when(mTbsGatt).getIncomingCallIndex(); in testCallRemoved()