Home
last modified time | relevance | path

Searched refs:onHoldCall (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothLeCallControl.java237 public void onHoldCall(int requestId, @NonNull UUID callId) { in onHoldCall() method in BluetoothLeCallControl.Callback
324 public void onHoldCall(int requestId, ParcelUuid uuid) { in onHoldCall() method in BluetoothLeCallControl.CallbackWrapper
327 mExecutor.execute(() -> mCallback.onHoldCall(requestId, uuid.getUuid())); in onHoldCall()
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothLeCallControlCallback.aidl36 void onHoldCall(in int requestId, in ParcelUuid uuid); in onHoldCall() method
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/telephony/
DBluetoothInCallServiceTest.java1140 BluetoothCall onHoldCall = createHeldCall(UUID.randomUUID()); in testProcessChldTypeReleaseHeldHold() local
1143 verify(onHoldCall).disconnect(); in testProcessChldTypeReleaseHeldHold()
1879 callback.onHoldCall(requestId, unknownCallId); in testLeCallControlCallback_onHoldCall_withUnknownCallId()
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/tbs/
DTbsGenericTest.java484 .onHoldCall(requestIdCaptor.capture(), callUuidCaptor.capture()); in testCallHold()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java4288 Call onHoldCall = getFirstCallWithState(CallState.ON_HOLD);
4289 if (activeCall != null && onHoldCall != null) {
4291 Log.addEvent(onHoldCall, LogUtils.Events.INFO,
4293 unholdCall(onHoldCall);
4316 Call onHoldCall = getFirstCallWithState(CallState.ON_HOLD);
4317 if (activeCall != null && onHoldCall != null) {
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/tbs/
DTbsGeneric.java902 bearer.callback.onHoldCall(
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/telephony/
DBluetoothInCallService.java1752 public void onHoldCall(int requestId, UUID callId) {