Home
last modified time | relevance | path

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

/packages/services/Car/tests/EmbeddedKitchenSinkApp/src/com/google/android/car/kitchensink/bluetooth/
DBluetoothHeadsetFragment.java141 holdCall(); in onCreateView()
246 void holdCall() { in holdCall() method in BluetoothHeadsetFragment
257 mHfpClientProfile.holdCall(mPickedDevice); in holdCall()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
DHeadsetClientService.java358 public boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
363 return service.holdCall(device); in holdCall()
694 boolean holdCall(BluetoothDevice device) { in holdCall() method in HeadsetClientService
DHeadsetClientStateMachine.java541 private void holdCall() { in holdCall() method in HeadsetClientStateMachine
1198 holdCall(); in processMessage()
1575 holdCall(); in processMessage()
/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/connserv/
DHfpClientConference.java65 mHeadsetProfile.holdCall(mDevice); in onHold()
DHfpClientConnection.java242 mHeadsetProfile.holdCall(mDevice); in onHold()
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java295 public void holdCall(String callId) { in holdCall() method in InCallAdapter
303 mCallsManager.holdCall(call); in holdCall()
DBluetoothPhoneServiceImpl.java545 mCallsManager.holdCall(activeCall); in processChld()
DCallsManager.java2589 public void holdCall(Call call) {
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DBluetoothPhoneServiceTest.java744 verify(mMockCallsManager).holdCall(eq(activeCall)); in testProcessChldHoldActiveHold()