Searched refs:setBluetoothPersistedState (Results 1 – 3 of 3) sorted by relevance
74 void setBluetoothPersistedState(ContentResolver resolver, int state) { in setBluetoothPersistedState() method in BluetoothServerProxy
482 setBluetoothPersistedState(BLUETOOTH_ON_AIRPLANE); in handleAirplaneModeChanged()484 setBluetoothPersistedState(BLUETOOTH_ON_BLUETOOTH); in handleAirplaneModeChanged()757 private void setBluetoothPersistedState(int state) { in setBluetoothPersistedState() method in BluetoothManagerService758 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()
130 .setBluetoothPersistedState(any(), anyInt()); in setUp()