Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java245 doReturn(capturedCallIndex).when(mTbsGatt).getCallFriendlyNameIndex(); in testCallRemoved()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java621 Integer friendlyNameCallIndex = mTbsGatt.getCallFriendlyNameIndex(); in callRemoved()
DTbsGatt.java947 public Integer getCallFriendlyNameIndex() { in getCallFriendlyNameIndex() method in TbsGatt