Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/leaudio/app/src/main/java/com/android/bluetooth/leaudio/
DBluetoothProxy.java341 private final MutableLiveData<Integer /* broadcastId */> mBroadcastAddedMutableLive; field in BluetoothProxy
358 mBroadcastAddedMutableLive.postValue(broadcastId);
580 mBroadcastAddedMutableLive = new MutableLiveData(); in BluetoothProxy()
1532 return mBroadcastAddedMutableLive; in getBroadcastAddedMutableLive()