Searched refs:mBluetoothLeCallControl (Results 1 – 3 of 3) sorted by relevance
39 private BluetoothLeCallControl mBluetoothLeCallControl; field in BluetoothLeCallControlProxy52 mBluetoothLeCallControl = tbs; in BluetoothLeCallControlProxy()60 .closeProfileProxy(BluetoothProfile.LE_CALL_CONTROL, mBluetoothLeCallControl); in closeBluetoothLeCallControlProxy()72 return mBluetoothLeCallControl.registerBearer( in registerBearer()77 mBluetoothLeCallControl.unregisterBearer(); in unregisterBearer()81 return mBluetoothLeCallControl.getContentControlId(); in getContentControlId()85 mBluetoothLeCallControl.requestResult(requestId, result); in requestResult()89 mBluetoothLeCallControl.onCallAdded(call); in onCallAdded()93 mBluetoothLeCallControl.onCallRemoved(callId, reason); in onCallRemoved()97 mBluetoothLeCallControl.onCallStateChanged(callId, state); in onCallStateChanged()[all …]
119 @VisibleForTesting BluetoothLeCallControlProxy mBluetoothLeCallControl; field in BluetoothInCallService232 if (mBluetoothLeCallControl != null && tbsCallState != null) { in onStateChanged()233 mBluetoothLeCallControl.onCallStateChanged(call.getTbsCallId(), tbsCallState); in onStateChanged()611 if (mBluetoothLeCallControl != null && tbsCall != null) { in onCallAdded()612 mBluetoothLeCallControl.onCallAdded(tbsCall); in onCallAdded()692 if (mBluetoothLeCallControl != null) { in onCallRemoved()693 mBluetoothLeCallControl.onCallRemoved( in onCallRemoved()755 if (mBluetoothLeCallControl != null) { in clear()756 mBluetoothLeCallControl.unregisterBearer(); in clear()757 mBluetoothLeCallControl.closeBluetoothLeCallControlProxy(this); in clear()[all …]
1843 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onAcceptCall_withUnknownCallId()1858 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onTerminateCall_withUnknownCallId()1873 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onHoldCall_withUnknownCallId()1888 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onUnholdCall_withUnknownCallId()1903 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onJoinCalls()1944 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onJoinCalls_omitDoubledCalls()1978 mBluetoothInCallService.mBluetoothLeCallControl = callControlProxy; in testLeCallControlCallback_onJoinCalls_omitNullCalls()