Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java69 assertThat(bluetoothCall.getTbsCallId()).isEqualTo(uuid); in constructor_withUuid()
78 assertThat(mBluetoothCall.getTbsCallId()).isEqualTo(uuid); in setTbsCallId()
DCallInfoTest.java240 when(call.getTbsCallId()).thenReturn(uuid); in getCallByCallId()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java233 mBluetoothLeCallControl.onCallStateChanged(call.getTbsCallId(), tbsCallState); in onStateChanged()
694 call.getTbsCallId(), getTbsTerminationReason(call)); in onCallRemoved()
1546 Log.i(TAG, "getCallByCallId lookingFor=" + callId + " has=" + call.getTbsCallId()); in getCallByCallId()
1547 if (callId.equals(call.getTbsCallId())) { in getCallByCallId()
1698 return new BluetoothLeCall(call.getTbsCallId(), uri, friendlyName, state, callFlags); in createTbsCall()
DBluetoothCall.java75 public UUID getTbsCallId() { in getTbsCallId() method in BluetoothCall