Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/service/src/com/android/server/bluetooth/
DBluetoothServerProxy.java74 void setBluetoothPersistedState(ContentResolver resolver, int state) { in setBluetoothPersistedState() method in BluetoothServerProxy
DBluetoothManagerService.java482 setBluetoothPersistedState(BLUETOOTH_ON_AIRPLANE); in handleAirplaneModeChanged()
484 setBluetoothPersistedState(BLUETOOTH_ON_BLUETOOTH); in handleAirplaneModeChanged()
757 private void setBluetoothPersistedState(int state) { in setBluetoothPersistedState() method in BluetoothManagerService
758 BluetoothServerProxy.getInstance().setBluetoothPersistedState(mContentResolver, state); in setBluetoothPersistedState()
1115 setBluetoothPersistedState(BLUETOOTH_ON_BLUETOOTH); in continueFromBleOnState()
1229 setBluetoothPersistedState(BLUETOOTH_OFF); in disable()
1639 setBluetoothPersistedState(BLUETOOTH_OFF); in handleMessage()
1939 setBluetoothPersistedState(BLUETOOTH_ON_BLUETOOTH); in handleEnableMessage()
/packages/modules/Bluetooth/service/tests/src/com/android/server/bluetooth/
DBluetoothManagerServiceTest.java130 .setBluetoothPersistedState(any(), anyInt()); in setUp()