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

  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeBluetoothController.java 43 public int getBluetoothState() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 29 int getBluetoothState();
BluetoothControllerImpl.java 69 mLocalBluetoothManager.getBluetoothAdapter().getBluetoothState());
143 public int getBluetoothState() {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 187 public synchronized int getBluetoothState() {
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 117 handleStateChanged(mLocalAdapter.getBluetoothState());
BluetoothSettings.java 211 updateContent(mLocalAdapter.getBluetoothState());
238 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
257 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
467 updateContent(mLocalAdapter.getBluetoothState());
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
  /prebuilts/misc/common/robolectric/lib/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 3764 milliseconds