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

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothAdapter.java1311 public void onBluetoothStateChange(boolean on); method in interface:BluetoothAdapter.BluetoothStateChangeCallback
1326 public void onBluetoothStateChange(boolean on) { method in class:BluetoothAdapter.StateChangeCallbackWrapper
1327 mCallback.onBluetoothStateChange(on);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DQuickSettingsModel.java452 onBluetoothStateChange(mBluetoothState);
459 public void onBluetoothStateChange(boolean on) { method in class:QuickSettingsModel
461 onBluetoothStateChange(mBluetoothState);
463 public void onBluetoothStateChange(BluetoothState bluetoothStateIn) { method in class:QuickSettingsModel
486 onBluetoothStateChange(mBluetoothState.enabled);

Completed in 351 milliseconds