Searched refs:setInCall (Results 1 – 6 of 6) sorted by relevance
257 public void setInCall() { in setInCall() method in LeAudioBinderTest261 mBinder.setInCall(inCall, source); in setInCall()262 verify(mLeAudioService).setInCall(inCall); in setInCall()
976 mService.setInCall(true); in testInCallDrivenBroadcastSwitch()987 verify(mLeAudioNativeInterface, times(1)).setInCall(eq(true)); in testInCallDrivenBroadcastSwitch()1007 mService.setInCall(false); in testInCallDrivenBroadcastSwitch()
69 void setInCall(in boolean inCall, in AttributionSource attributionSource); in setInCall() method
365 public void setInCall(boolean inCall) { in setInCall() method in LeAudioNativeInterface
2873 mNativeInterface.setInCall(mQueuedInCallValue.get()); in transitionFromBroadcastToUnicast()3914 public void setInCall(boolean inCall) { in setInCall() method in LeAudioService3935 mNativeInterface.setInCall(inCall); in setInCall()5162 public void setInCall(boolean inCall, AttributionSource source) { in setInCall() method in LeAudioService.BluetoothLeAudioBinder5171 service.setInCall(inCall); in setInCall()
1169 mLeAudioService.setInCall(true); in notifyCclc()1171 mLeAudioService.setInCall(false); in notifyCclc()