Home
last modified time | relevance | path

Searched refs:STATE_CONNECTING (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java42 public static int STATE_CONNECTING = 1; field in BluetoothController.PairedDevice
53 if (state == STATE_CONNECTING) return "STATE_CONNECTING"; in stateToString()
DCastController.java36 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
DBluetoothControllerImpl.java70 BluetoothProfile.STATE_CONNECTING,
177 && mAdapter.getConnectionState() == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
216 if (state == BluetoothAdapter.STATE_CONNECTING) return PairedDevice.STATE_CONNECTING; in connectionStateToPairedDeviceState()
505 setConnecting(state == BluetoothAdapter.STATE_CONNECTING); in onReceive()
DBluetoothUtil.java47 if (state == BluetoothProfile.STATE_CONNECTING) return "STATE_CONNECTING"; in profileStateToString()
80 if (connectionState == BluetoothAdapter.STATE_CONNECTING) return "STATE_CONNECTING"; in connectionStateToString()
DCastControllerImpl.java155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING in getCastDevices()
/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java36 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo
81 return STATE_CONNECTING; in stateFromNetworkInfo()
/frameworks/base/core/java/android/bluetooth/
DBluetoothProfile.java51 public static final int STATE_CONNECTING = 1; field
DBluetoothPbap.java80 public static final int STATE_CONNECTING = 1; field in BluetoothPbap
DBluetoothA2dpSink.java383 case STATE_CONNECTING: in stateToString()
DBluetoothA2dp.java507 case STATE_CONNECTING: in stateToString()
DBluetoothAdapter.java353 public static final int STATE_CONNECTING = 1; field in BluetoothAdapter
/frameworks/support/v4/ics/android/support/v4/media/session/
DMediaSessionCompatApi14.java41 final static int STATE_CONNECTING = 8; field in MediaSessionCompatApi14
89 case STATE_CONNECTING: in getRccStateFromState()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DCastTile.java103 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState()
223 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
DBluetoothTile.java214 } else if (device.state == PairedDevice.STATE_CONNECTING) { in updateItems()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java251 case BluetoothProfile.STATE_CONNECTING: in onReceive()
945 case BluetoothProfile.STATE_CONNECTING: in connectProfile()
1024 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile()
1134 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection()
1237 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
/frameworks/base/telecomm/java/android/telecom/
DCall.java81 public static final int STATE_CONNECTING = 9; field in Call
980 return STATE_CONNECTING; in stateFromParcelableCallState()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DOnePlayerActivity.java207 case PlaybackState.STATE_CONNECTING:
/frameworks/base/services/core/java/com/android/server/media/
DMediaSessionStack.java47 PlaybackState.STATE_CONNECTING,
/frameworks/support/v4/java/android/support/v4/media/session/
DPlaybackStateCompat.java189 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPhoneStatusBarPolicy.java300 if (device.state == CastDevice.STATE_CONNECTING in updateCast()
/frameworks/base/media/java/android/media/session/
DPlaybackState.java198 public final static int STATE_CONNECTING = 8; field in PlaybackState
DMediaSession.java612 case PlaybackState.STATE_CONNECTING: in isActiveState()
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth-le.jd363 private static final int STATE_CONNECTING = 1;
/frameworks/base/docs/html/sdk/api_diff/preview-21/
DmissingSinces.txt1197 NO DOC BLOCK: android.media.session.PlaybackState Field STATE_CONNECTING
/frameworks/base/api/
Dsystem-current.txt6071 field public static final int STATE_CONNECTING = 1; // 0x1
6705 field public static final int STATE_CONNECTING = 1; // 0x1
17514 field public static final int STATE_CONNECTING = 8; // 0x8
29925 field public static final int STATE_CONNECTING = 9; // 0x9

12