Searched refs:holdCall (Results 1 – 10 of 10) sorted by relevance
333 public boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService.BluetoothHeadsetClientBinder338 return service.holdCall(device); in holdCall()616 boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService
1041 private void holdCall() { in holdCall() method in HeadsetClientStateMachine1697 holdCall(); in processMessage()
186 public void holdCall(String callId) { in holdCall() method in InCallAdapter194 mCallsManager.holdCall(call); in holdCall()
510 mCallsManager.holdCall(activeCall); in processChld()
1151 public void holdCall(Call call) { in holdCall() method in CallsManager
72 mHeadsetProfile.holdCall(mDevice); in onHold()
185 mHeadsetProfile.holdCall(mDevice); in onHold()
88 void holdCall(String callId) { in holdCall() method in TelecomAdapter
230 TelecomAdapter.getInstance().holdCall(mCall.getId()); in holdClicked()
650 verify(mMockCallsManager).holdCall(eq(activeCall)); in testProcessChldHoldActiveHold()