/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 60 int STATE_CONNECTING = 1; field 69 STATE_CONNECTING, 317 case STATE_CONNECTING: in getConnectionStateName()
|
D | BluetoothA2dpSink.java | 410 case STATE_CONNECTING: in stateToString()
|
/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | LocalBluetoothProfileManagerTest.java | 160 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveA2dpConnectionStateChanged_shouldDispatchCallback() 181 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHeadsetConnectionStateChanged_shouldDispatchCallback() 203 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receiveHAPConnectionStateChanged_shouldDispatchDeviceManager() 224 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChanged_shouldNotDispatchCallback() 245 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithoutProfile_shouldNotRefresh() 265 mIntent.putExtra(BluetoothProfile.EXTRA_PREVIOUS_STATE, BluetoothProfile.STATE_CONNECTING); in stateChangedHandler_receivePanConnectionStateChangedWithProfile_shouldRefresh()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 37 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo 85 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 | 118 case BluetoothAdapter.STATE_CONNECTING: in stateToString() 175 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HearingAidProfile.java | 120 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 137 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | A2dpProfile.java | 122 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 139 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | PbapClientProfile.java | 122 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapClientProfile.java | 172 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HfpClientProfile.java | 120 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpSinkProfile.java | 111 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | SapProfile.java | 168 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapProfile.java | 168 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HeadsetProfile.java | 197 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | CachedBluetoothDevice.java | 549 if (status == BluetoothProfile.STATE_CONNECTING in isBusy() 857 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary() 965 case BluetoothProfile.STATE_CONNECTING: in getCarConnectionSummary()
|
D | BluetoothUtils.java | 39 case BluetoothProfile.STATE_CONNECTING: in getConnectionStateSummary()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | LocalMediaManager.java | 47 MediaDeviceState.STATE_CONNECTING, 51 int STATE_CONNECTING = 2; field
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/ |
D | CastTile.java | 150 || device.state == CastDevice.STATE_CONNECTING) { in getActiveDevices() 198 } else if (device.state == CastDevice.STATE_CONNECTING) { in handleUpdateState() 359 if (device.state == CastDevice.STATE_CONNECTING) { in updateItems()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImplTest.java | 173 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_CONNECTING); in testOnServiceConnected_updatesConnectionState() 195 BluetoothAdapter.STATE_CONNECTING, in testOnBluetoothStateChange_updatesConnectionState()
|
/frameworks/base/media/java/android/media/session/ |
D | PlaybackState.java | 182 STATE_REWINDING, STATE_BUFFERING, STATE_ERROR, STATE_CONNECTING, 255 public static final int STATE_CONNECTING = 8; field in PlaybackState
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 254 case BluetoothProfile.STATE_CONNECTING: in onReceive() 934 case BluetoothProfile.STATE_CONNECTING: in connectProfile() 1013 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile() 1123 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection() 1226 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | AutoTileManager.java | 204 || device.state == CastDevice.STATE_CONNECTING) {
|
/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 | 68 PlaybackState.STATE_CONNECTING,
|