HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DISCONNECTED (Results 26 - 50 of 52) sorted by null

12 3

  /packages/apps/Settings/src/com/android/settings/bluetooth/
DockEventReceiver.java 102 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
CachedBluetoothDevice.java 140 newProfileState == BluetoothProfile.STATE_DISCONNECTED) {
342 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED);
BluetoothDevicePreference.java 234 case BluetoothProfile.STATE_DISCONNECTED:
LocalBluetoothProfileManager.java 227 if (newState == BluetoothProfile.STATE_DISCONNECTED &&
  /frameworks/base/core/java/android/bluetooth/
BluetoothInputDevice.java 62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
315 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
318 * state {@link #STATE_DISCONNECTED}. The transition to
388 return BluetoothProfile.STATE_DISCONNECTED;
392 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothAdapter.java 319 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
345 public static final int STATE_DISCONNECTED = 0;
    [all...]
BluetoothHeadset.java 62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
357 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
360 * state {@link #STATE_DISCONNECTED}. The transition to
432 return BluetoothProfile.STATE_DISCONNECTED;
436 return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
BluetoothPbap.java 79 public static final int STATE_DISCONNECTED = 0;
BluetoothHealth.java 349 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
363 return STATE_DISCONNECTED;
408 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
BluetoothGatt.java 140 BluetoothProfile.STATE_DISCONNECTED);
166 BluetoothProfile.STATE_DISCONNECTED;
    [all...]
BluetoothGattServer.java 109 BluetoothProfile.STATE_DISCONNECTED);
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpService.java 238 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBarPolicy.java 267 BluetoothAdapter.STATE_DISCONNECTED);
QuickSettings.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterService.java 679 if (service == null) return BluetoothAdapter.STATE_DISCONNECTED;
686 return BluetoothProfile.STATE_DISCONNECTED;
690 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 165 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
  /packages/apps/Phone/src/com/android/phone/
PhoneGlobals.java 174 int mBluetoothHeadsetState = BluetoothProfile.STATE_DISCONNECTED;
    [all...]
  /frameworks/base/services/java/com/android/server/wifi/
WifiService.java 789 BluetoothAdapter.STATE_DISCONNECTED);
    [all...]
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
VoiceDialerActivity.java 459 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiStateMachine.java     [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/gatt/
GattService.java     [all...]
  /frameworks/base/media/java/android/media/
AudioService.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 3785 milliseconds

12 3