Home
last modified time | relevance | path

Searched refs:bluetoothState (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
DKeyboardUI.java376 private void onBluetoothStateChangedInternal(int bluetoothState) { in onBluetoothStateChangedInternal() argument
377 if (bluetoothState == BluetoothAdapter.STATE_ON && mState == STATE_WAITING_FOR_BLUETOOTH) { in onBluetoothStateChangedInternal()
485 int bluetoothState = msg.arg1; in handleMessage() local
486 onBluetoothStateChangedInternal(bluetoothState); in handleMessage()
592 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
594 bluetoothState, 0).sendToTarget(); in onBluetoothStateChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothControllerImpl.java233 public void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
234 mEnabled = bluetoothState == BluetoothAdapter.STATE_ON in onBluetoothStateChanged()
235 || bluetoothState == BluetoothAdapter.STATE_TURNING_ON; in onBluetoothStateChanged()
236 mState = bluetoothState; in onBluetoothStateChanged()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DBluetoothCallback.java25 void onBluetoothStateChanged(int bluetoothState); in onBluetoothStateChanged() argument
DCachedBluetoothDeviceManager.java275 public synchronized void onBluetoothStateChanged(int bluetoothState) { in onBluetoothStateChanged() argument
278 if (bluetoothState == BluetoothAdapter.STATE_TURNING_OFF) { in onBluetoothStateChanged()