Searched defs:saveSetting (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/server/
H A DBluetoothService.java370 * @param saveSetting If true, persist the new setting
372 public synchronized boolean disable(boolean saveSetting) { argument
386 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_OFF, saveSetting);
481 * @param saveSetting If true, persist the new state of BT in settings
484 public synchronized boolean enable(boolean saveSetting) { argument
492 mBluetoothState.sendMessage(BluetoothAdapterStateMachine.USER_TURN_ON, saveSetting);

Completed in 42 milliseconds