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 342 * <code>getBluetoothState() == STATE_ON</code>
367 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 210 public int getBluetoothState() {
BluetoothSettings.java 90 onBluetoothStateChanged(mLocalManager.getBluetoothState());
CachedBluetoothDevice.java 866 if (mLocalManager.getBluetoothState() != BluetoothAdapter.STATE_ON || isBusy()) {
    [all...]
DockService.java 665 int btState = mBtManager.getBluetoothState();
  /frameworks/base/core/java/com/android/internal/app/
ShutdownThread.java 240 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
268 bluetooth.getBluetoothState() == BluetoothAdapter.STATE_OFF;
  /frameworks/base/core/java/android/server/
BluetoothEventLoop.java 430 if (mBluetoothService.getBluetoothState() == BluetoothAdapter.STATE_TURNING_OFF) {
BluetoothService.java 281 public int getBluetoothState() {
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
SettingsAppWidgetProvider.java 320 return bluetoothStateToFiveState(sLocalBluetoothManager.getBluetoothState());

Completed in 566 milliseconds