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

  /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/SystemUI/tests/src/com/android/systemui/utils/leaks/
FakeBluetoothController.java 43 public int getBluetoothState() {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
BluetoothTile.java 114 || mController.getBluetoothState() == BluetoothAdapter.STATE_TURNING_ON;
212 return mController.getBluetoothState() == BluetoothAdapter.STATE_OFF
213 || mController.getBluetoothState() == BluetoothAdapter.STATE_ON;
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
LocalBluetoothAdapter.java 187 public synchronized int getBluetoothState() {
CachedBluetoothDevice.java 126 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_TURNING_OFF)
  /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());
DeviceListPreferenceFragment.java 165 if (mLocalAdapter.getBluetoothState() != BluetoothAdapter.STATE_ON) return;
RequestPermissionActivity.java 205 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
217 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_OFF) {
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 464 return bluetoothStateToFiveState(sLocalBluetoothAdapter.getBluetoothState());
    [all...]
  /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 1145 milliseconds