Home
last modified time | relevance | path

Searched refs:stopBluetoothLeBroadcast (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
H A DBroadcastDialog.java221 if (!stopBluetoothLeBroadcast()) { in startSwitchBroadcast()
262 boolean stopBluetoothLeBroadcast() { in stopBluetoothLeBroadcast() method in BroadcastDialog
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
H A DMediaOutputBroadcastDialog.java318 mMediaOutputController.stopBluetoothLeBroadcast(); in onStopButtonClick()
476 if (!mMediaOutputController.stopBluetoothLeBroadcast()) { in updateBroadcastInfo()
H A DMediaOutputBaseDialog.java515 if (!mMediaOutputController.stopBluetoothLeBroadcast()) { in stopLeBroadcast()
H A DMediaOutputController.java1057 boolean stopBluetoothLeBroadcast() { in stopBluetoothLeBroadcast() method in MediaOutputController