Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java104 doReturn(true).when(mTbsGatt).setTerminationReason(anyInt(), anyInt()); in setUp()
DTbsGattTest.java250 mTbsGatt.setTerminationReason(indexReasonPair.first, indexReasonPair.second)); in verifySetValue()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java612 mTbsGatt.setTerminationReason(callIndex, reason); in callRemoved()
DTbsGatt.java888 public boolean setTerminationReason(int callIndex, int terminationReason) { in setTerminationReason() method in TbsGatt