/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 62 int STATE_CONNECTING = 1; field 71 STATE_CONNECTING, 357 case STATE_CONNECTING: in getConnectionStateName()
|
D | BluetoothA2dpSink.java | 399 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 89 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 | 123 case BluetoothAdapter.STATE_CONNECTING: in stateToString() 180 return mConnectionState == BluetoothAdapter.STATE_CONNECTING; in isBluetoothConnecting()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HearingAidProfile.java | 126 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 143 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | A2dpProfile.java | 128 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices() 145 BluetoothProfile.STATE_CONNECTING, in getConnectableDevices()
|
D | SapProfile.java | 160 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | PbapClientProfile.java | 125 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | A2dpSinkProfile.java | 114 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapProfile.java | 162 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | MapClientProfile.java | 163 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | HfpClientProfile.java | 123 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
D | CachedBluetoothDevice.java | 538 if (status == BluetoothProfile.STATE_CONNECTING in isBusy() 839 case BluetoothProfile.STATE_CONNECTING: in getConnectionSummary() 947 case BluetoothProfile.STATE_CONNECTING: in getCarConnectionSummary()
|
D | HeadsetProfile.java | 194 BluetoothProfile.STATE_CONNECTING, in getConnectedDevices()
|
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 | 174 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_CONNECTING); in testOnServiceConnected_updatesConnectionState() 196 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 | 261 case BluetoothProfile.STATE_CONNECTING: in onReceive() 977 case BluetoothProfile.STATE_CONNECTING: in connectProfile() 1058 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile() 1170 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection() 1273 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,
|