Searched refs:holdCall (Results 1 – 9 of 9) sorted by relevance
141 holdCall(); in onCreateView()246 void holdCall() { in holdCall() method in BluetoothHeadsetFragment257 mHfpClientProfile.holdCall(mPickedDevice); in holdCall()
358 public boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService.BluetoothHeadsetClientBinder363 return service.holdCall(device); in holdCall()694 boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService
541 private void holdCall() { in holdCall() method in HeadsetClientStateMachine1198 holdCall(); in processMessage()1575 holdCall(); in processMessage()
65 mHeadsetProfile.holdCall(mDevice); in onHold()
242 mHeadsetProfile.holdCall(mDevice); in onHold()
295 public void holdCall(String callId) { in holdCall() method in InCallAdapter303 mCallsManager.holdCall(call); in holdCall()
545 mCallsManager.holdCall(activeCall); in processChld()
2589 public void holdCall(Call call) {
744 verify(mMockCallsManager).holdCall(eq(activeCall)); in testProcessChldHoldActiveHold()