Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bluetooth/
DBroadcastDialogDelegate.java257 if (!stopBluetoothLeBroadcast()) { in startSwitchBroadcast()
298 boolean stopBluetoothLeBroadcast() { in stopBluetoothLeBroadcast() method in BroadcastDialogDelegate
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialog.java322 mMediaOutputController.stopBluetoothLeBroadcast(); in onStopButtonClick()
480 if (!mMediaOutputController.stopBluetoothLeBroadcast()) { in updateBroadcastInfo()
DMediaOutputBaseDialog.java537 if (!mMediaOutputController.stopBluetoothLeBroadcast()) { in stopLeBroadcast()
DMediaOutputController.java1100 boolean stopBluetoothLeBroadcast() { in stopBluetoothLeBroadcast() method in MediaOutputController