Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/
DBluetoothTetherPreferenceController.java37 private int mBluetoothState; field in BluetoothTetherPreferenceController
45 mBluetoothState = BluetoothAdapter.getDefaultAdapter().getState(); in onStart()
57 switch (mBluetoothState) { in shouldEnable()
87 mBluetoothState =
/packages/apps/Car/CompanionDeviceSupport/src/com/android/car/companiondevicesupport/activity/
DAssociatedDeviceViewModel.java74 private final MutableLiveData<Integer> mBluetoothState = field in AssociatedDeviceViewModel
89 mBluetoothState.postValue(adapter.getState()); in AssociatedDeviceViewModel()
222 return mBluetoothState; in getBluetoothState()
412 mBluetoothState.postValue(state);