Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java148 List<BluetoothLeBroadcastMetadata> metadata = getAllBroadcastMetadata();
456 if (mServiceBroadcast.getAllBroadcastMetadata().size() in startPrivateBroadcast()
705 mServiceBroadcast.getAllBroadcastMetadata(); in getLatestBluetoothLeBroadcastMetadata()
985 public @NonNull List<BluetoothLeBroadcastMetadata> getAllBroadcastMetadata() { in getAllBroadcastMetadata() method in LocalBluetoothLeBroadcast
991 return mServiceBroadcast.getAllBroadcastMetadata(); in getAllBroadcastMetadata()
999 return !mServiceBroadcast.getAllBroadcastMetadata().isEmpty(); in isEnabled()
1124 List<BluetoothLeBroadcastMetadata> sources = mServiceBroadcast.getAllBroadcastMetadata(); in updateFallbackActiveDeviceIfNeeded()