Home
last modified time | relevance | path

Searched refs:mergeConference (Results 1 – 10 of 10) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothCall.java144 public void mergeConference() { in mergeConference() method in BluetoothCall
145 mCall.mergeConference(); in mergeConference()
DBluetoothInCallService.java1216 activeCall.mergeConference(); in processChldLocked()
/packages/apps/Dialer/java/com/android/incallui/call/
DTelecomAdapter.java99 call.mergeConference(); in merge()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java512 public void mergeConference(String callId) { in mergeConference() method in InCallAdapter
520 call.mergeConference(); in mergeConference()
DConnectionServiceWrapper.java2392 void mergeConference(Call call) { in mergeConference() method in ConnectionServiceWrapper
2397 mServiceInterface.mergeConference(callId, in mergeConference()
DCall.java3585 public void mergeConference() {
3592 mConnectionService.mergeConference(this);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothCallTest.java166 assertThrows(NullPointerException.class, () -> mBluetoothCall.mergeConference()); in mergeConference_whenInnerCallIsNull_throwsNPE()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DConnectionServiceFixture.java402 public void mergeConference(String conferenceCallId, in mergeConference() method in ConnectionServiceFixture.FakeConnectionService
DCallTest.java904 call.mergeConference(); in testWasConferencePreviouslyMerged()
/packages/modules/Bluetooth/android/app/tests/instrumentation/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1220 verify(activeCall).mergeConference(); in processChldAddHeldToConfHolding()