Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java333 public boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
338 return service.holdCall(device); in holdCall()
616 boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService
DHeadsetClientStateMachine.java1041 private void holdCall() { in holdCall() method in HeadsetClientStateMachine
1697 holdCall(); in processMessage()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java186 public void holdCall(String callId) { in holdCall() method in InCallAdapter
194 mCallsManager.holdCall(call); in holdCall()
DBluetoothPhoneServiceImpl.java510 mCallsManager.holdCall(activeCall); in processChld()
DCallsManager.java1151 public void holdCall(Call call) { in holdCall() method in CallsManager
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConference.java72 mHeadsetProfile.holdCall(mDevice); in onHold()
DHfpClientConnection.java185 mHeadsetProfile.holdCall(mDevice); in onHold()
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DTelecomAdapter.java88 void holdCall(String callId) { in holdCall() method in TelecomAdapter
DCallButtonPresenter.java230 TelecomAdapter.getInstance().holdCall(mCall.getId()); in holdClicked()
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java650 verify(mMockCallsManager).holdCall(eq(activeCall)); in testProcessChldHoldActiveHold()