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

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 55 public static final int STATE_DISCONNECTING = 3;
139 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
152 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothA2dp.java 61 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
186 * {@link #STATE_CONNECTED} to state {@link #STATE_DISCONNECTING} to
188 * {@link #STATE_DISCONNECTING} can be used to distinguish between the
461 case STATE_DISCONNECTING:
BluetoothDeviceProfileState.java 377 BluetoothProfile.STATE_DISCONNECTING}).size() == 0) {
386 BluetoothProfile.STATE_DISCONNECTING}).size() == 0) {
    [all...]
BluetoothAdapter.java 312 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
343 public static final int STATE_DISCONNECTING = 3;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 63 static final int STATE_DISCONNECTING = 5;
151 mState = STATE_DISCONNECTING;
170 case STATE_DISCONNECTING:
289 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
299 (mState == STATE_CONNECTING || mState == STATE_DISCONNECTING)) {
  /frameworks/base/core/java/android/server/
BluetoothA2dpService.java 243 case BluetoothA2dp.STATE_DISCONNECTING:
244 handleSinkStateChange(device, BluetoothA2dp.STATE_DISCONNECTING,
302 BluetoothA2dp.STATE_DISCONNECTING}).size() != 0) {
308 case BluetoothA2dp.STATE_DISCONNECTING:
339 case BluetoothA2dp.STATE_DISCONNECTING:
359 case BluetoothA2dp.STATE_DISCONNECTING:
363 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTING);
BluetoothPanProfileHandler.java 174 BluetoothPan.STATE_DISCONNECTING, panDevice.mLocalRole);
235 handlePanDeviceStateChange(device, panDevice.mIface, BluetoothPan.STATE_DISCONNECTING,
284 prevState == BluetoothPan.STATE_DISCONNECTING)) {
BluetoothInputProfileHandler.java 111 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTING);
BluetoothHealthProfileHandler.java 574 * {@link BluetoothHealth#STATE_CONNECTED} to {@link BluetoothHealth#STATE_DISCONNECTING}
575 * {@link BluetoothHealth#STATE_DISCONNECTING} to {@link BluetoothHealth#STATE_DISCONNECTED}
623 case BluetoothHealth.STATE_DISCONNECTING:
656 return BluetoothHealth.STATE_DISCONNECTING;
BluetoothService.java     [all...]
BluetoothEventLoop.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 80 BluetoothProfile.STATE_DISCONNECTING});
Utils.java 48 case BluetoothProfile.STATE_DISCONNECTING:
DockEventReceiver.java 100 oldState != BluetoothProfile.STATE_DISCONNECTING) {
BluetoothDevicePreference.java 224 case BluetoothProfile.STATE_DISCONNECTING:
CachedBluetoothDevice.java 418 || status == BluetoothProfile.STATE_DISCONNECTING) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 256 case BluetoothProfile.STATE_DISCONNECTING:
    [all...]
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 632 headset.mState == BluetoothProfile.STATE_DISCONNECTING) {
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 741 milliseconds