Home
last modified time | relevance | path

Searched refs:mBluetoothLeBroadcastMetadata (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java93 private final BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata = mock( field in MediaOutputBroadcastDialogTest
176 mBluetoothLeBroadcastMetadata); in startBroadcastWithConnectedDevices_noConnectedMediaDevice_failToAddSource()
191 mBluetoothLeBroadcastMetadata); in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()
215 mBluetoothLeBroadcastMetadata); in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()
389 mBluetoothLeBroadcastMetadata); in addSourceToAllConnectedDevices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcastAssistant.java63 private BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata; field in LocalBluetoothLeBroadcastAssistant
199 addSource(sink, mBluetoothLeBroadcastMetadata, isGroupOp); in addSource()
211 mBluetoothLeBroadcastMetadata = in buildMetadata()
DLocalBluetoothLeBroadcast.java118 private BluetoothLeBroadcastMetadata mBluetoothLeBroadcastMetadata; field in LocalBluetoothLeBroadcast
693 mBluetoothLeBroadcastMetadata = bluetoothLeBroadcastMetadata; in setLatestBluetoothLeBroadcastMetadata()
703 if (mBluetoothLeBroadcastMetadata == null) { in getLatestBluetoothLeBroadcastMetadata()
706 mBluetoothLeBroadcastMetadata = in getLatestBluetoothLeBroadcastMetadata()
712 return mBluetoothLeBroadcastMetadata; in getLatestBluetoothLeBroadcastMetadata()
1074 mBluetoothLeBroadcastMetadata = null; in resetCacheInfo()