Searched refs:getTbsCallId (Results 1 – 4 of 4) sorted by relevance
69 assertThat(bluetoothCall.getTbsCallId()).isEqualTo(uuid); in constructor_withUuid()78 assertThat(mBluetoothCall.getTbsCallId()).isEqualTo(uuid); in setTbsCallId()
240 when(call.getTbsCallId()).thenReturn(uuid); in getCallByCallId()
233 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()
75 public UUID getTbsCallId() { in getTbsCallId() method in BluetoothCall