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

  /frameworks/base/core/java/android/bluetooth/
IBluetooth.aidl 30 int getBluetoothState();
BluetoothAdapter.java 344 * <code>getBluetoothState() == STATE_ON</code>
369 return mService.getBluetoothState();
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
BluetoothEnabler.java 73 handleStateChanged(mLocalManager.getBluetoothState());
RequestPermissionHelperActivity.java 99 btState = mLocalManager.getBluetoothState();
RequestPermissionActivity.java 102 int btState = mLocalManager.getBluetoothState();
187 if (mLocalManager.getBluetoothState() == BluetoothAdapter.STATE_ON) {
LocalBluetoothManager.java 209 public int getBluetoothState() {
BluetoothSettings.java 90 onBluetoothStateChanged(mLocalManager.getBluetoothState());
CachedBluetoothDevice.java 686 if (mLocalManager.getBluetoothState() != BluetoothAdapter.STATE_ON || isBusy()) {
DockService.java 680 int btState = mBtManager.getBluetoothState();
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 258 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
286 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 370 if (mBluetoothService.getBluetoothState() == BluetoothAdapter.STATE_TURNING_OFF) {
BluetoothService.java 306 public int getBluetoothState() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 420 return bluetoothStateToFiveState(sLocalBluetoothManager.getBluetoothState());
    [all...]

Completed in 76 milliseconds