Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/media/dialog/
DMediaOutputBroadcastDialogTest.java162 when(mLocalBluetoothLeBroadcast.getLatestBluetoothLeBroadcastMetadata()).thenReturn(null); in startBroadcastWithConnectedDevices_noBroadcastMetadata_failToAddSource()
175 when(mLocalBluetoothLeBroadcast.getLatestBluetoothLeBroadcastMetadata()).thenReturn( in startBroadcastWithConnectedDevices_noConnectedMediaDevice_failToAddSource()
190 when(mLocalBluetoothLeBroadcast.getLatestBluetoothLeBroadcastMetadata()).thenReturn( in startBroadcastWithConnectedDevices_hasBroadcastSource_failToAddSource()
214 when(mLocalBluetoothLeBroadcast.getLatestBluetoothLeBroadcastMetadata()).thenReturn( in startBroadcastWithConnectedDevices_noBroadcastSource_failToAddSource()
388 when(mLocalBluetoothLeBroadcast.getLatestBluetoothLeBroadcastMetadata()).thenReturn( in addSourceToAllConnectedDevices()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java698 public BluetoothLeBroadcastMetadata getLatestBluetoothLeBroadcastMetadata() { in getLatestBluetoothLeBroadcastMetadata() method in LocalBluetoothLeBroadcast
941 final BluetoothLeBroadcastMetadata metadata = getLatestBluetoothLeBroadcastMetadata(); in getLocalBluetoothLeBroadcastMetaData()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/dialog/
DMediaOutputController.java1059 return broadcast.getLatestBluetoothLeBroadcastMetadata(); in getBroadcastMetadata()