Home
last modified time | relevance | path

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

/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociationActivity.java117 mModel.getBluetoothState().observe(this, state -> { in observeViewModel()
DAssociatedDeviceViewModel.java221 public MutableLiveData<Integer> getBluetoothState() { in getBluetoothState() method in AssociatedDeviceViewModel