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

  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 74 handleStateChanged(mLocalAdapter.getBluetoothState());
96 if (mLocalAdapter != null) bluetoothState = mLocalAdapter.getBluetoothState();
BluetoothSettings.java 151 updateContent(mLocalAdapter.getBluetoothState(), mActivityStarted);
170 boolean bluetoothIsEnabled = mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON;
192 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
349 updateContent(mLocalAdapter.getBluetoothState(), false);
LocalBluetoothAdapter.java 170 public synchronized int getBluetoothState() {
DeviceListPreferenceFragment.java 160 if (mLocalAdapter.getBluetoothState() != BluetoothAdapter.STATE_ON) return;
RequestPermissionHelperActivity.java 111 btState = mLocalAdapter.getBluetoothState();
RequestPermissionActivity.java 201 if (mLocalAdapter.getBluetoothState() == BluetoothAdapter.STATE_ON) {
DockService.java 765 int btState = mLocalAdapter.getBluetoothState();
    [all...]
  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 35 int getBluetoothState();
BluetoothAdapter.java 429 * <code>getBluetoothState() == STATE_ON</code>
454 return mService.getBluetoothState();
    [all...]
  /frameworks/base/services/java/com/android/server/pm/
ShutdownThread.java 401 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
428 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
  /frameworks/base/core/java/android/server/
BluetoothPanProfileHandler.java 103 if (mBluetoothService.getBluetoothState() != BluetoothAdapter.STATE_ON && value) {
BluetoothEventLoop.java 544 if (mBluetoothService.getBluetoothState() == BluetoothAdapter.STATE_TURNING_OFF) {
    [all...]
BluetoothService.java 354 public int getBluetoothState() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 429 return bluetoothStateToFiveState(sLocalBluetoothAdapter.getBluetoothState());
    [all...]

Completed in 237 milliseconds