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

  /packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
HeadsetClientService.java 447 int connectionState = mStateMachine.getConnectionState(device);
448 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
449 connectionState == BluetoothProfile.STATE_CONNECTING) {
460 int connectionState = mStateMachine.getConnectionState(device);
461 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
462 connectionState != BluetoothProfile.STATE_CONNECTING) {
509 int connectionState = mStateMachine.getConnectionState(device);
510 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
511 connectionState != BluetoothProfile.STATE_CONNECTING) {
523 int connectionState = mStateMachine.getConnectionState(device)
    [all...]
HeadsetClientStateMachine.java     [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
Utils.java 14 public static int getConnectionStateSummary(int connectionState) {
15 switch (connectionState) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/a2dp/
A2dpSinkService.java 108 int connectionState = mStateMachine.getConnectionState(device);
109 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
110 connectionState == BluetoothProfile.STATE_CONNECTING) {
121 int connectionState = mStateMachine.getConnectionState(device);
122 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
123 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpService.java 142 int connectionState = mStateMachine.getConnectionState(device);
143 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
144 connectionState == BluetoothProfile.STATE_CONNECTING) {
155 int connectionState = mStateMachine.getConnectionState(device);
156 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
157 connectionState != BluetoothProfile.STATE_CONNECTING) {
A2dpSinkStateMachine.java 662 int connectionState;
669 connectionState = getConnectionState(device);
671 if (connectionState == states[i]) {
    [all...]
A2dpStateMachine.java 694 int connectionState;
701 connectionState = getConnectionState(device);
703 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/hfp/
HeadsetService.java 338 int connectionState = mStateMachine.getConnectionState(device);
339 Log.d(TAG,"connectionState = " + connectionState);
340 if (connectionState == BluetoothProfile.STATE_CONNECTED ||
341 connectionState == BluetoothProfile.STATE_CONNECTING) {
352 int connectionState = mStateMachine.getConnectionState(device);
353 if (connectionState != BluetoothProfile.STATE_CONNECTED &&
354 connectionState != BluetoothProfile.STATE_CONNECTING) {
398 int connectionState = mStateMachine.getConnectionState(device);
399 if (connectionState != BluetoothProfile.STATE_CONNECTED &
    [all...]
HeadsetStateMachine.java     [all...]
  /packages/apps/Settings/src/com/android/settings/bluetooth/
Utils.java 45 public static int getConnectionStateSummary(int connectionState) {
46 switch (connectionState) {
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapService.java 493 int connectionState;
500 connectionState = getConnectionState(device);
502 if (connectionState == states[i]) {
    [all...]
  /packages/apps/Bluetooth/src/com/android/bluetooth/sap/
SapService.java 521 int connectionState;
528 connectionState = getConnectionState(device);
530 if (connectionState == states[i]) {
    [all...]
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java     [all...]

Completed in 211 milliseconds