Home
last modified time | relevance | path

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

/packages/services/Car/service/src/com/android/car/bluetooth/
DBluetoothPowerPolicy.java52 private static final int BLUETOOTH_OFF = 0; field in BluetoothPowerPolicy
170 Settings.Global.BLUETOOTH_ON, BLUETOOTH_ON) != BLUETOOTH_OFF); in isBluetoothPersistedOn()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java118 doReturn(BluetoothManagerService.BLUETOOTH_OFF) in setUp()
/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothManagerService.java171 @VisibleForTesting static final int BLUETOOTH_OFF = 0; field in BluetoothManagerService
737 return state != BLUETOOTH_OFF; in isBluetoothPersistedStateOn()
1229 setBluetoothPersistedState(BLUETOOTH_OFF); in disable()
1639 setBluetoothPersistedState(BLUETOOTH_OFF); in handleMessage()