Home
last modified time | relevance | path

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

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DLocalBluetoothLeBroadcast.java83 private int mBroadcastId = UNKNOWN_VALUE_PLACEHOLDER; field in LocalBluetoothLeBroadcast
302 mBroadcastId = broadcastId; in setLatestBroadcastId()
306 return mBroadcastId; in getLatestBroadcastId()
336 && bluetoothLeBroadcastMetadata.getBroadcastId() == mBroadcastId) { in setLatestBluetoothLeBroadcastMetadata()
351 .filter(i -> i.getBroadcastId() == mBroadcastId) in getLatestBluetoothLeBroadcastMetadata()
405 stopBroadcast(mBroadcastId); in stopLatestBroadcast()
439 mService.updateBroadcast(mBroadcastId, mBluetoothLeAudioContentMetadata); in updateBroadcast()
602 mBroadcastId = UNKNOWN_VALUE_PLACEHOLDER; in resetCacheInfo()
DLocalBluetoothLeBroadcastMetadata.java51 private int mBroadcastId; field in LocalBluetoothLeBroadcastMetadata
79 mBroadcastId = metadata.getBroadcastId(); in LocalBluetoothLeBroadcastMetadata()
95 return mBroadcastId; in getBroadcastId()
112 .append(METADATA_START).append(mBroadcastId).append(METADATA_END) in convertToQrCodeString()
223 mBroadcastId = Integer.parseInt(resultList.get(3)); in convertToBroadcastMetadata()
237 .setBroadcastId(mBroadcastId) in convertToBroadcastMetadata()