/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 36 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo 81 return STATE_CONNECTING; in stateFromNetworkInfo()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastController.java | 36 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
|
D | BluetoothControllerImpl.java | 80 case BluetoothAdapter.STATE_CONNECTING: in stateToString() 117 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
|
D | CastControllerImpl.java | 155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING in getCastDevices()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | Utils.java | 18 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
|
D | A2dpProfile.java | 110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | SapProfile.java | 170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapProfile.java | 167 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HeadsetProfile.java | 181 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | CachedBluetoothDevice.java | 468 if (status == BluetoothProfile.STATE_CONNECTING in isBusy() 839 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
|
D | LocalBluetoothProfileManager.java | 230 oldState == BluetoothProfile.STATE_CONNECTING) { in onReceive()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 54 public static final int STATE_CONNECTING = 1; field
|
D | BluetoothPbap.java | 80 public static final int STATE_CONNECTING = 1; field in BluetoothPbap
|
D | BluetoothA2dpSink.java | 383 case STATE_CONNECTING: in stateToString()
|
D | BluetoothA2dp.java | 519 case STATE_CONNECTING: in stateToString()
|
/frameworks/support/v4/ics/android/support/v4/media/session/ |
D | MediaSessionCompatApi14.java | 41 final static int STATE_CONNECTING = 8; field in MediaSessionCompatApi14 105 case STATE_CONNECTING: in getRccStateFromState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 106 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState() 236 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
|
D | BluetoothTile.java | 233 } else if (state == BluetoothProfile.STATE_CONNECTING) { in updateItems()
|
/frameworks/support/v4/java/android/support/v4/media/session/ |
D | PlaybackStateCompat.java | 151 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 226 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 252 case BluetoothProfile.STATE_CONNECTING: in onReceive() 946 case BluetoothProfile.STATE_CONNECTING: in connectProfile() 1025 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile() 1135 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection() 1238 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | OnePlayerActivity.java | 207 case PlaybackState.STATE_CONNECTING:
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionStack.java | 47 PlaybackState.STATE_CONNECTING,
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 203 public final static int STATE_CONNECTING = 8; field in PlaybackState
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 324 if (device.state == CastDevice.STATE_CONNECTING in updateCast()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 89 public static final int STATE_CONNECTING = 9; field in Call
|