/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 | 93 case BluetoothAdapter.STATE_CONNECTING: in stateToString() 135 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | Utils.java | 18 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
|
D | PbapClientProfile.java | 127 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | SapProfile.java | 170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HfpClientProfile.java | 119 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapProfile.java | 167 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpSinkProfile.java | 110 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpProfile.java | 110 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() 846 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
|
/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 | 466 case STATE_CONNECTING: in stateToString()
|
/frameworks/support/media-compat/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 | 130 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState() 264 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
|
D | BluetoothTile.java | 266 } else if (state == BluetoothProfile.STATE_CONNECTING) { in updateItems()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 254 case BluetoothProfile.STATE_CONNECTING: in onReceive() 928 case BluetoothProfile.STATE_CONNECTING: in connectProfile() 1007 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile() 1117 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection() 1220 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 182 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 255 public final static int STATE_CONNECTING = 8; field in PlaybackState
|
/frameworks/support/media-compat/java/android/support/v4/media/session/ |
D | PlaybackStateCompat.java | 196 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 271 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
|
/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 | 51 PlaybackState.STATE_CONNECTING,
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | QueueFragment.java | 228 case PlaybackStateCompat.STATE_CONNECTING: in onPlaybackStateChanged()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 89 public static final int STATE_CONNECTING = 9; field in Call 1304 case STATE_CONNECTING: in stateToString()
|