HomeSort by relevance Sort by last modified time
    Searched refs:STATE_DISCONNECTED (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 49 public static final int STATE_DISCONNECTED = 0;
139 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
152 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothProfileState.java 68 newState == BluetoothProfile.STATE_DISCONNECTED)) {
74 newState == BluetoothProfile.STATE_DISCONNECTED)) {
80 newState == BluetoothProfile.STATE_DISCONNECTED)) {
BluetoothInputDevice.java 58 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
171 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
174 * state {@link #STATE_DISCONNECTED}. The transition to
246 return BluetoothProfile.STATE_DISCONNECTED;
250 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothPan.java 60 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
190 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
193 * state {@link #STATE_DISCONNECTED}. The transition to
265 return BluetoothProfile.STATE_DISCONNECTED;
269 return BluetoothProfile.STATE_DISCONNECTED;
BluetoothA2dp.java 60 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
184 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
187 * state {@link #STATE_DISCONNECTED}. The transition to
259 return BluetoothProfile.STATE_DISCONNECTED;
263 return BluetoothProfile.STATE_DISCONNECTED;
455 case STATE_DISCONNECTED:
BluetoothDeviceProfileState.java 119 private int mHeadsetState = BluetoothProfile.STATE_DISCONNECTED;
120 private int mA2dpState = BluetoothProfile.STATE_DISCONNECTED;
144 newState == BluetoothA2dp.STATE_DISCONNECTED) {
148 newState == BluetoothProfile.STATE_DISCONNECTED) {
160 newState == BluetoothHeadset.STATE_DISCONNECTED) {
164 newState == BluetoothProfile.STATE_DISCONNECTED) {
176 newState == BluetoothProfile.STATE_DISCONNECTED) {
180 newState == BluetoothProfile.STATE_DISCONNECTED) {
349 if (mHeadsetState != BluetoothHeadset.STATE_DISCONNECTED) {
353 } else if (mA2dpState != BluetoothA2dp.STATE_DISCONNECTED) {
    [all...]
BluetoothAdapter.java 311 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
337 public static final int STATE_DISCONNECTED = 0;
    [all...]
  /external/chromium/net/spdy/
spdy_proxy_client_socket.cc 34 next_state_(STATE_DISCONNECTED),
96 DCHECK_EQ(STATE_DISCONNECTED, next_state_);
114 next_state_ = STATE_DISCONNECTED;
155 if (next_state_ == STATE_DISCONNECTED)
202 if (next_state_ == STATE_DISCONNECTED)
265 DCHECK_NE(STATE_DISCONNECTED, next_state_);
275 DCHECK_NE(next_state_, STATE_DISCONNECTED);
279 next_state_ = STATE_DISCONNECTED;
309 } while (rv != ERR_IO_PENDING && next_state_ != STATE_DISCONNECTED &&
398 next_state_ = STATE_DISCONNECTED;
    [all...]
spdy_proxy_client_socket.h 108 STATE_DISCONNECTED,
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 30 public static final int STATE_DISCONNECTED = 0;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java 52 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP
HeadsetProfile.java 134 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED;
140 : BluetoothProfile.STATE_DISCONNECTED;
180 case BluetoothProfile.STATE_DISCONNECTED:
HidProfile.java 82 : BluetoothProfile.STATE_DISCONNECTED;
123 case BluetoothProfile.STATE_DISCONNECTED:
A2dpProfile.java 148 case BluetoothProfile.STATE_DISCONNECTED:
PanProfile.java 126 case BluetoothProfile.STATE_DISCONNECTED:
Utils.java 46 case BluetoothProfile.STATE_DISCONNECTED:
  /frameworks/base/core/java/android/server/
BluetoothInputProfileHandler.java 68 getInputDeviceConnectionState(device) != BluetoothInputDevice.STATE_DISCONNECTED ||
86 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_DISCONNECTED);
96 getInputDeviceConnectionState(device) == BluetoothInputDevice.STATE_DISCONNECTED) {
121 return BluetoothInputDevice.STATE_DISCONNECTED;
170 prevState = BluetoothInputDevice.STATE_DISCONNECTED;
201 BluetoothInputDevice.STATE_DISCONNECTED;
BluetoothA2dpService.java 98 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTED);
185 return BluetoothA2dp.STATE_DISCONNECTED;
205 mAudioDevices.put(device, BluetoothA2dp.STATE_DISCONNECTED);
241 handleSinkStateChange(device, state, BluetoothA2dp.STATE_DISCONNECTED);
245 BluetoothA2dp.STATE_DISCONNECTED);
285 if (getConnectionState(sinkDevice) != BluetoothProfile.STATE_DISCONNECTED) {
338 case BluetoothA2dp.STATE_DISCONNECTED:
358 case BluetoothA2dp.STATE_DISCONNECTED:
409 return BluetoothA2dp.STATE_DISCONNECTED;
495 handleSinkStateChange(device, BluetoothA2dp.STATE_DISCONNECTED, state)
    [all...]
BluetoothPanProfileHandler.java 125 return BluetoothPan.STATE_DISCONNECTED;
133 if (getPanDeviceConnectionState(device) != BluetoothPan.STATE_DISCONNECTED) {
156 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_DISCONNECTED,
261 prevState = BluetoothPan.STATE_DISCONNECTED;
272 } else if (state == BluetoothPan.STATE_DISCONNECTED) {
282 } else if (state == BluetoothPan.STATE_DISCONNECTED &&
  /packages/apps/Phone/src/com/android/phone/
BluetoothHeadsetService.java 107 mState = BluetoothProfile.STATE_DISCONNECTED;
115 mState = BluetoothProfile.STATE_DISCONNECTED;
193 int state = BluetoothProfile.STATE_DISCONNECTED;
199 case BluetoothProfile.STATE_DISCONNECTED:
264 int state = BluetoothProfile.STATE_DISCONNECTED;
436 setState(device, BluetoothProfile.STATE_DISCONNECTED);
463 setState(device, BluetoothProfile.STATE_DISCONNECTED);
483 if (state == BluetoothProfile.STATE_DISCONNECTED) {
580 setState(device, BluetoothProfile.STATE_DISCONNECTED);
592 return BluetoothProfile.STATE_DISCONNECTED;
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 152 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
158 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_DISCONNECTED) {
294 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
304 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
  /external/bluetooth/bluez/attrib/
interactive.c 61 STATE_DISCONNECTED,
140 set_state(STATE_DISCONNECTED);
332 if (conn_state != STATE_DISCONNECTED)
349 set_state(STATE_DISCONNECTED);
354 if (conn_state == STATE_DISCONNECTED)
365 set_state(STATE_DISCONNECTED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 71 BluetoothAdapter.STATE_DISCONNECTED));
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapService.java 182 mState = BluetoothPbap.STATE_DISCONNECTED;
300 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
480 setState(BluetoothPbap.STATE_DISCONNECTED);
714 if (mState == BluetoothPbap.STATE_DISCONNECTED) {
749 setState(BluetoothPbap.STATE_DISCONNECTED, BluetoothPbap.RESULT_CANCELED);
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 247 case BluetoothProfile.STATE_DISCONNECTED:
    [all...]

Completed in 722 milliseconds

1 2