HomeSort by relevance Sort by last modified time
    Searched defs:getBluetoothState (Results 1 - 4 of 4) sorted by null

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 74 handleStateChanged(mLocalAdapter.getBluetoothState());
96 if (mLocalAdapter != null) bluetoothState = mLocalAdapter.getBluetoothState();
LocalBluetoothAdapter.java 170 public synchronized int getBluetoothState() {
BluetoothSettings.java 151 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
170 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
192 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
349 updateContent(mLocalAdapter.getBluetoothState(), false);
  /frameworks/base/core/java/android/server/
BluetoothService.java 354 public int getBluetoothState() {
    [all...]

Completed in 618 milliseconds