/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 42 public static int STATE_CONNECTING = 1; field in BluetoothController.PairedDevice 53 if (state == STATE_CONNECTING) return "STATE_CONNECTING"; in stateToString()
|
D | CastController.java | 36 public static final int STATE_CONNECTING = 1; field in CastController.CastDevice
|
D | BluetoothControllerImpl.java | 70 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()
|
D | BluetoothUtil.java | 47 if (state == BluetoothProfile.STATE_CONNECTING) return "STATE_CONNECTING"; in profileStateToString() 80 if (connectionState == BluetoothAdapter.STATE_CONNECTING) return "STATE_CONNECTING"; in connectionStateToString()
|
D | CastControllerImpl.java | 155 device.state = route.isConnecting() ? CastDevice.STATE_CONNECTING in getCastDevices()
|
/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/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 51 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 | 507 case STATE_CONNECTING: in stateToString()
|
D | BluetoothAdapter.java | 353 public static final int STATE_CONNECTING = 1; field in BluetoothAdapter
|
/frameworks/support/v4/ics/android/support/v4/media/session/ |
D | MediaSessionCompatApi14.java | 41 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/ |
D | CastTile.java | 103 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState() 223 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
|
D | BluetoothTile.java | 214 } else if (device.state == PairedDevice.STATE_CONNECTING) { in updateItems()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 251 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/ |
D | Call.java | 81 public static final int STATE_CONNECTING = 9; field in Call 980 return STATE_CONNECTING; in stateFromParcelableCallState()
|
/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/support/v4/java/android/support/v4/media/session/ |
D | PlaybackStateCompat.java | 189 public final static int STATE_CONNECTING = 8; field in PlaybackStateCompat
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | PhoneStatusBarPolicy.java | 300 if (device.state == CastDevice.STATE_CONNECTING in updateCast()
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 198 public final static int STATE_CONNECTING = 8; field in PlaybackState
|
D | MediaSession.java | 612 case PlaybackState.STATE_CONNECTING: in isActiveState()
|
/frameworks/base/docs/html/guide/topics/connectivity/ |
D | bluetooth-le.jd | 363 private static final int STATE_CONNECTING = 1;
|
/frameworks/base/docs/html/sdk/api_diff/preview-21/ |
D | missingSinces.txt | 1197 NO DOC BLOCK: android.media.session.PlaybackState Field STATE_CONNECTING
|
/frameworks/base/api/ |
D | system-current.txt | 6071 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
|