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

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 30 int getBluetoothState();
BluetoothControllerImpl.java 60 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState());
124 public int getBluetoothState() {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 115 handleStateChanged(mLocalAdapter.getBluetoothState());
BluetoothSettings.java 204 updateContent(mLocalAdapter.getBluetoothState());
231 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
250 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
457 updateContent(mLocalAdapter.getBluetoothState());
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 183 public synchronized int getBluetoothState() {
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 132 milliseconds