Searched defs:bluetoothState (Results 1 - 4 of 4) sorted by last modified time

/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
H A DBluetoothCallback.java25 void onBluetoothStateChanged(int bluetoothState); argument
H A DCachedBluetoothDeviceManager.java152 public synchronized void onBluetoothStateChanged(int bluetoothState) { argument
155 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java376 private void onBluetoothStateChangedInternal(int bluetoothState) { argument
377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) {
485 int bluetoothState = msg.arg1;
486 onBluetoothStateChangedInternal(bluetoothState);
592 public void onBluetoothStateChanged(int bluetoothState) { argument
594 bluetoothState, 0).sendToTarget();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothControllerImpl.java194 public void onBluetoothStateChanged(int bluetoothState) { argument
195 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON;

Completed in 136 milliseconds