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

1 2 3

  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 53 public static final int STATE_CONNECTED = 2;
130 * <p> Return the set of devices which are in state {@link #STATE_CONNECTED}
148 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
161 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
BluetoothManager.java 88 * {@link BluetoothProfile#STATE_CONNECTED}, {@link BluetoothProfile#STATE_CONNECTING},
98 return BluetoothProfile.STATE_CONNECTED;
108 * <p> Return the set of devices which are in state {@link BluetoothProfile#STATE_CONNECTED}
134 new int[] { BluetoothProfile.STATE_CONNECTED });
159 * {@link BluetoothProfile#STATE_CONNECTED}, {@link BluetoothProfile#STATE_CONNECTING},
  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 37 public static final int STATE_CONNECTED = 3;
83 return STATE_CONNECTED;
  /packages/apps/Settings/src/com/android/settings/bluetooth/
A2dpProfile.java 72 device.onProfileStateChanged(A2dpProfile.this, BluetoothProfile.STATE_CONNECTED);
109 new int[] {BluetoothProfile.STATE_CONNECTED,
190 case BluetoothProfile.STATE_CONNECTED:
HidProfile.java 67 device.onProfileStateChanged(HidProfile.this, BluetoothProfile.STATE_CONNECTED);
162 case BluetoothProfile.STATE_CONNECTED:
PanProfile.java 110 return getConnectionStatus(device) == BluetoothProfile.STATE_CONNECTED;
143 case BluetoothProfile.STATE_CONNECTED:
PbapServerProfile.java 95 return BluetoothProfile.STATE_CONNECTED;
HeadsetProfile.java 76 BluetoothProfile.STATE_CONNECTED);
171 new int[] {BluetoothProfile.STATE_CONNECTED,
194 case BluetoothProfile.STATE_CONNECTED:
CachedBluetoothDevice.java 128 if (newProfileState == BluetoothProfile.STATE_CONNECTED) {
168 if (PbapProfile.getConnectionStatus(mDevice) == BluetoothProfile.STATE_CONNECTED)
426 if (status == BluetoothProfile.STATE_CONNECTED) {
436 return status == BluetoothProfile.STATE_CONNECTED;
Utils.java 42 case BluetoothProfile.STATE_CONNECTED:
  /packages/apps/Bluetooth/src/com/android/bluetooth/btservice/
AdapterProperties.java 327 state == BluetoothProfile.STATE_CONNECTED ||
338 case BluetoothProfile.STATE_CONNECTED:
339 return BluetoothAdapter.STATE_CONNECTED;
353 case BluetoothProfile.STATE_CONNECTED:
367 case BluetoothProfile.STATE_CONNECTED:
410 } else if (newState == BluetoothProfile.STATE_CONNECTED ||
412 currHashState != BluetoothProfile.STATE_CONNECTED)) {
419 if (currHashState == BluetoothProfile.STATE_CONNECTED ||
  /sdk/emulator/opengl/tests/event_injector/
emulator-console.c 38 STATE_CONNECTED,
104 if (con->state != STATE_CONNECTED) {
143 con->state = STATE_CONNECTED;
251 case STATE_CONNECTED:
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 81 public static final int STATE_CONNECTED = 3; // now connected to a remote device
196 setState(STATE_CONNECTED);
237 if (mState != STATE_CONNECTED) return;
303 while (mState != STATE_CONNECTED) {
324 case STATE_CONNECTED:
ConnectionAccessClientActivity.java 146 case BluetoothChatService.STATE_CONNECTED:
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device
182 setState(STATE_CONNECTED);
223 if (mState != STATE_CONNECTED) return;
297 while (mState != STATE_CONNECTED) {
318 case STATE_CONNECTED:
  /external/qemu/android/
hw-pipe-net.c 61 STATE_CONNECTED,
98 if (pipe->state == STATE_CONNECTED && (pipe->wakeWanted & PIPE_WAKE_READ) != 0) {
157 pipe->state = STATE_CONNECTED;
217 pipe->state = STATE_CONNECTED;
238 if (pipe->state == STATE_CONNECTED)
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpStateMachine.java 250 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
380 broadcastConnectionState(mCurrentDevice, BluetoothProfile.STATE_CONNECTED,
391 broadcastConnectionState(mTargetDevice, BluetoothProfile.STATE_CONNECTED,
399 broadcastConnectionState(mIncomingDevice, BluetoothProfile.STATE_CONNECTED,
409 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
506 BluetoothProfile.STATE_CONNECTED);
508 broadcastConnectionState(device, BluetoothProfile.STATE_CONNECTED,
541 BluetoothProfile.STATE_CONNECTED);
605 return BluetoothProfile.STATE_CONNECTED;
    [all...]
A2dpService.java 123 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
136 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 318 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
331 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
377 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
388 // But since we allow startVoiceRecognition in STATE_CONNECTED and
391 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
454 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
464 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
  /packages/apps/Bluetooth/src/com/android/bluetooth/hid/
HidService.java 321 new int[] {BluetoothProfile.STATE_CONNECTED});
451 if (state != BluetoothInputDevice.STATE_CONNECTED) {
465 if (state != BluetoothInputDevice.STATE_CONNECTED) {
477 if (state != BluetoothInputDevice.STATE_CONNECTED) {
491 if (state != BluetoothInputDevice.STATE_CONNECTED) {
509 if (state != BluetoothInputDevice.STATE_CONNECTED) {
527 if (state != BluetoothInputDevice.STATE_CONNECTED) {
619 return BluetoothProfile.STATE_CONNECTED;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/BluetoothLeGatt/src/main/java/com/example/bluetooth/le/
BluetoothLeService.java 53 private static final int STATE_CONNECTED = 2;
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
77 mConnectionState = STATE_CONNECTED;
  /packages/apps/Bluetooth/src/com/android/bluetooth/pan/
PanService.java 341 new int[] {BluetoothProfile.STATE_CONNECTED});
395 return BluetoothProfile.STATE_CONNECTED;
427 if (state == BluetoothProfile.STATE_CONNECTED) {
448 if (state == BluetoothProfile.STATE_CONNECTED) {
453 (prevState == BluetoothProfile.STATE_CONNECTED ||
567 if (getPanDeviceConnectionState(device) == BluetoothProfile.STATE_CONNECTED) {
  /packages/apps/Nfc/src/com/android/nfc/handover/
BluetoothHeadsetHandover.java 255 if (mHeadset.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
261 if (mA2dp.getConnectionState(mDevice) != BluetoothProfile.STATE_CONNECTED) {
322 if (state == BluetoothProfile.STATE_CONNECTED) {
332 if (state == BluetoothProfile.STATE_CONNECTED) {
  /frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
BluetoothTestUtils.java 253 case BluetoothProfile.STATE_CONNECTED:
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
BluetoothController.java 119 final boolean connected = (connectionState == BluetoothAdapter.STATE_CONNECTED);

Completed in 447 milliseconds

1 2 3