Home
last modified time | relevance | path

Searched refs:onIsConferencedChanged (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java335 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(parentCall); in testConferenceInProgressCDMA()
340 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(parentCall); in testConferenceInProgressCDMA()
1037 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(activeCall); in testOnIsConferencedChanged()
1040 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(heldCall); in testOnIsConferencedChanged()
1043 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(parentCall); in testOnIsConferencedChanged()
1048 mBluetoothPhoneService.mCallsManagerListener.onIsConferencedChanged(parentCall); in testOnIsConferencedChanged()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManagerListenerBase.java64 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged() method in CallsManagerListenerBase
DCallAudioManager.java305 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged() method in CallAudioManager
DBluetoothPhoneServiceImpl.java364 public void onIsConferencedChanged(Call call) {
DCallsManager.java165 void onIsConferencedChanged(Call call); in onIsConferencedChanged() method
904 listener.onIsConferencedChanged(call); in onParentChanged()
913 listener.onIsConferencedChanged(call); in onChildrenChanged()
DInCallController.java1166 public void onIsConferencedChanged(Call call) { in onIsConferencedChanged() method in InCallController