Searched refs:disconnectSco (Results 1 – 4 of 4) sorted by relevance
102 mScoDisconnect.setOnClickListener(view -> disconnectSco()); in onCreateView()199 void disconnectSco() { in disconnectSco() method in BluetoothHeadsetFragment
561 disconnectSco(); in disconnectAudio()563 disconnectSco(); in disconnectAudio()569 public int disconnectSco() { in disconnectSco() method in BluetoothDeviceManager
384 result = bluetoothRouteManager.getDeviceManager().disconnectSco(); in clearCommunicationDevice()
326 verify(mBluetoothDeviceManager, timeout(TEST_TIMEOUT).atLeastOnce()).disconnectSco(); in testSwitchFocusForBluetoothDeviceSupportInbandRinging()769 verify(mBluetoothDeviceManager, timeout(TEST_TIMEOUT)).disconnectSco(); in verifyDisconnectBluetoothDevice()