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 113 handleStateChanged(mLocalAdapter.getBluetoothState());
BluetoothSettings.java 182 updateContent(mLocalAdapter.getBluetoothState());
209 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
228 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
439 updateContent(mLocalAdapter.getBluetoothState());
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 174 public synchronized int getBluetoothState() {

Completed in 914 milliseconds