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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 77 handleStateChanged(mLocalAdapter.getBluetoothState());
101 if (mLocalAdapter != null) bluetoothState = mLocalAdapter.getBluetoothState();
LocalBluetoothAdapter.java 170 public synchronized int getBluetoothState() {
BluetoothSettings.java 154 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
176 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
198 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
362 updateContent(mLocalAdapter.getBluetoothState(), false);

Completed in 36 milliseconds