/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 | 37 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
|
D | BluetoothControllerImpl.java | 104 case BluetoothAdapter.STATE_CONNECTING: in stateToString() 161 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 | HfpClientProfile.java | 119 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | SapProfile.java | 170 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | PbapClientProfile.java | 127 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapClientProfile.java | 166 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpSinkProfile.java | 110 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 | 490 if (status == BluetoothProfile.STATE_CONNECTING in isBusy() 865 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary()
|
D | A2dpProfile.java | 126 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
/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 | 469 case STATE_CONNECTING: in stateToString()
|
/frameworks/support/media-compat/tests/src/android/support/v4/media/session/ |
D | PlaybackStateCompatTest.java | 199 .setState(PlaybackStateCompat.STATE_CONNECTING, TEST_POSITION, in testWriteToParcel() 223 assertEquals(PlaybackStateCompat.STATE_CONNECTING, stateOut.getState()); in testWriteToParcel()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 171 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState() 305 if (device.state == CastDevice.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 | 226 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 302 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 | 67 PlaybackState.STATE_CONNECTING,
|
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/media/ |
D | QueueFragment.java | 229 case PlaybackStateCompat.STATE_CONNECTING: in onPlaybackStateChanged()
|