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

1 2 3 4

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 41 public static int STATE_DISCONNECTED = 0;
48 public int state = STATE_DISCONNECTED;
52 if (state == STATE_DISCONNECTED) return "STATE_DISCONNECTED";
CastController.java 35 public static final int STATE_DISCONNECTED = 0;
42 public int state = STATE_DISCONNECTED;
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 34 public static final int STATE_DISCONNECTED = 0;
85 return STATE_DISCONNECTED;
91 return STATE_DISCONNECTED;
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 49 public static final int STATE_DISCONNECTED = 0;
173 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
186 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
BluetoothA2dpSink.java 57 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
265 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
268 * state {@link #STATE_DISCONNECTED}. The transition to
340 return BluetoothProfile.STATE_DISCONNECTED;
344 return BluetoothProfile.STATE_DISCONNECTED;
381 case STATE_DISCONNECTED:
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkStateMachine.java 185 BluetoothProfile.STATE_DISCONNECTED);
188 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
239 BluetoothProfile.STATE_DISCONNECTED);
261 BluetoothProfile.STATE_DISCONNECTED);
312 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
349 BluetoothProfile.STATE_DISCONNECTED,
358 BluetoothProfile.STATE_DISCONNECTED,
373 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
381 BluetoothProfile.STATE_DISCONNECTED,
397 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
    [all...]
A2dpStateMachine.java 173 BluetoothProfile.STATE_DISCONNECTED);
176 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
224 BluetoothProfile.STATE_DISCONNECTED);
246 BluetoothProfile.STATE_DISCONNECTED);
297 broadcastConnectionState(device, BluetoothProfile.STATE_DISCONNECTED,
330 BluetoothProfile.STATE_DISCONNECTED,
339 BluetoothProfile.STATE_DISCONNECTED,
354 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
362 BluetoothProfile.STATE_DISCONNECTED,
378 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_DISCONNECTED,
    [all...]
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.cc 36 : next_state_(STATE_DISCONNECTED),
85 next_state_ = STATE_DISCONNECTED;
123 DCHECK_EQ(STATE_DISCONNECTED, next_state_);
142 next_state_ = STATE_DISCONNECTED;
201 if (next_state_ == STATE_DISCONNECTED)
278 DCHECK_NE(STATE_DISCONNECTED, next_state_);
288 DCHECK_NE(next_state_, STATE_DISCONNECTED);
292 next_state_ = STATE_DISCONNECTED;
327 } while (rv != ERR_IO_PENDING && next_state_ != STATE_DISCONNECTED &&
422 next_state_ = STATE_DISCONNECTED;
    [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
OppProfile.java 52 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP
PbapServerProfile.java 101 return BluetoothProfile.STATE_DISCONNECTED;
106 return BluetoothProfile.STATE_DISCONNECTED;
HidProfile.java 113 return BluetoothProfile.STATE_DISCONNECTED;
119 : BluetoothProfile.STATE_DISCONNECTED;
159 case BluetoothProfile.STATE_DISCONNECTED:
A2dpProfile.java 136 return BluetoothProfile.STATE_DISCONNECTED;
187 case BluetoothProfile.STATE_DISCONNECTED:
PanProfile.java 103 return BluetoothProfile.STATE_DISCONNECTED;
140 case BluetoothProfile.STATE_DISCONNECTED:
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 123 handlePanDeviceStateChange(dev, mPanIfName, BluetoothProfile.STATE_DISCONNECTED,
146 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
160 BluetoothProfile.STATE_DISCONNECTED, BluetoothPan.LOCAL_PANU_ROLE,
218 if (service == null) return BluetoothPan.STATE_DISCONNECTED;
259 if (getConnectionState(device) != BluetoothProfile.STATE_DISCONNECTED) {
278 return BluetoothPan.STATE_DISCONNECTED;
374 return BluetoothProfile.STATE_DISCONNECTED;
379 return BluetoothProfile.STATE_DISCONNECTED;
394 prevState = BluetoothProfile.STATE_DISCONNECTED;
402 // connect call will put us in STATE_DISCONNECTED. Then, the disconnect completes an
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/avrcp/
AvrcpControllerService.java 153 : BluetoothProfile.STATE_DISCONNECTED);
208 if (service == null) return BluetoothProfile.STATE_DISCONNECTED;
244 : BluetoothProfile.STATE_DISCONNECTED);
246 : BluetoothProfile.STATE_DISCONNECTED);
252 if (connected && oldState == BluetoothProfile.STATE_DISCONNECTED) {
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 49 private int mConnectionState = STATE_DISCONNECTED;
51 private static final int STATE_DISCONNECTED = 0;
84 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
86 mConnectionState = STATE_DISCONNECTED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 54 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED;
330 return BluetoothProfile.STATE_DISCONNECTED;
374 return (state == BluetoothProfile.STATE_DISCONNECTED ||
383 case BluetoothProfile.STATE_DISCONNECTED:
384 return BluetoothAdapter.STATE_DISCONNECTED;
424 case BluetoothProfile.STATE_DISCONNECTED:
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothPeripheralHandover.java 222 != BluetoothProfile.STATE_DISCONNECTED) {
232 != BluetoothProfile.STATE_DISCONNECTED) {
239 != BluetoothProfile.STATE_DISCONNECTED) {
424 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
434 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
444 } else if (state == BluetoothProfile.STATE_DISCONNECTED) {
  /frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
BlockingStateCallback.java 68 "STATE_DISCONNECTED",
90 public static final int STATE_DISCONNECTED = 2;
119 setCurrentState(STATE_DISCONNECTED);
  /packages/services/Telephony/src/com/android/services/telephony/
ConferenceParticipantConnection.java 86 case STATE_DISCONNECTED:
  /frameworks/base/telecomm/java/android/telecom/
Conference.java 271 setState(Connection.STATE_DISCONNECTED);
383 if (mState != Connection.STATE_DISCONNECTED) {
466 newState != Connection.STATE_DISCONNECTED) {
RemoteConference.java 92 newState != Connection.STATE_DISCONNECTED) {
150 if (mState != Connection.STATE_DISCONNECTED) {
152 setState(Connection.STATE_DISCONNECTED);
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 41 public static final int STATE_DISCONNECTED = 0;
78 mController == null ? STATE_DISCONNECTED : STATE_CONNECTED);
171 mListener.onConnectionStateChange(STATE_DISCONNECTED);

Completed in 2873 milliseconds

1 2 3 4