Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java336 private final MutableLiveData<BluetoothLeBroadcastMetadata> mBroadcastUpdateMutableLive; field in BluetoothProxy
418 mBroadcastUpdateMutableLive.postValue(metadata);
575 mBroadcastUpdateMutableLive = new MutableLiveData<>(); in BluetoothProxy()
1518 return mBroadcastUpdateMutableLive; in getBroadcastUpdateMetadataLive()