Searched refs:STATE_CONNECTING (Results 1 – 16 of 16) sorted by relevance
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 51 public static final int STATE_CONNECTING = 1; field
|
D | BluetoothPbap.java | 79 public static final int STATE_CONNECTING = 1; field in BluetoothPbap
|
D | BluetoothA2dp.java | 453 case STATE_CONNECTING: in stateToString()
|
D | BluetoothDeviceProfileState.java | 374 BluetoothProfile.STATE_CONNECTING, in processMessage() 383 BluetoothProfile.STATE_CONNECTING, in processMessage() 1035 } else if (mHeadsetState == BluetoothHeadset.STATE_CONNECTING) { in handleIncomingConnection()
|
D | BluetoothAdapter.java | 333 public static final int STATE_CONNECTING = 1; field in BluetoothAdapter
|
/frameworks/base/core/java/android/server/ |
D | BluetoothA2dpService.java | 174 return BluetoothA2dp.STATE_CONNECTING; in convertBluezSinkStringToState() 223 case BluetoothA2dp.STATE_CONNECTING: in onBluetoothDisable() 287 BluetoothA2dp.STATE_CONNECTING, in connectSinkInternal() 297 case BluetoothA2dp.STATE_CONNECTING: in connectSinkInternal() 307 handleSinkStateChange(device, state, BluetoothA2dp.STATE_CONNECTING); in connectSinkInternal()
|
D | BluetoothInputProfileHandler.java | 84 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTING); in connectInputDeviceInternal() 180 state == BluetoothInputDevice.STATE_CONNECTING || in handleInputDeviceStateChange()
|
D | BluetoothService.java | 1808 case BluetoothInputDevice.STATE_CONNECTING: in dumpInputDeviceProfile() 1842 case BluetoothInputDevice.STATE_CONNECTING: in dumpPanProfile() 1866 case BluetoothHeadset.STATE_CONNECTING: in dumpHeadsetConnectionState() 2511 (newState == BluetoothProfile.STATE_CONNECTING && in updateProfileConnectionState() 2520 currHashState == BluetoothProfile.STATE_CONNECTING) { in updateProfileConnectionState() 2574 state == BluetoothProfile.STATE_CONNECTING || in validateProfileConnectionState() 2587 case BluetoothProfile.STATE_CONNECTING: in convertToAdapterState() 2588 return BluetoothAdapter.STATE_CONNECTING; in convertToAdapterState() 2596 case BluetoothProfile.STATE_CONNECTING: in updateCountersAndCheckForConnectionStateChange() 2610 case BluetoothProfile.STATE_CONNECTING: in updateCountersAndCheckForConnectionStateChange()
|
D | BluetoothEventLoop.java | 832 BluetoothA2dp.STATE_CONNECTING, in isOtherSinkInNonDisconnectedState() 919 if (state == BluetoothInputDevice.STATE_CONNECTING) { in onInputDeviceConnectionResult() 956 if (state == BluetoothPan.STATE_CONNECTING) { in onPanDeviceConnectionResult()
|
D | BluetoothHealthProfileHandler.java | 600 case BluetoothHealth.STATE_CONNECTING: in broadcastHealthDeviceStateChange() 654 return BluetoothHealth.STATE_CONNECTING; in convertState()
|
D | BluetoothPanProfileHandler.java | 150 handlePanDeviceStateChange(device, null, BluetoothPan.STATE_CONNECTING, in connectPanDevice()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 32 public static final int STATE_CONNECTING = 2; field in LegacyVpnInfo
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 250 case BluetoothProfile.STATE_CONNECTING: in onReceive() 933 case BluetoothProfile.STATE_CONNECTING: in connectProfile() 1012 case BluetoothProfile.STATE_CONNECTING: in disconnectProfile() 1122 case BluetoothPan.STATE_CONNECTING: in connectPanOrIncomingPanConnection() 1225 case BluetoothPan.STATE_CONNECTING: in disconnectFromRemoteOrVerifyConnectNap()
|
/frameworks/base/services/java/com/android/server/connectivity/ |
D | Vpn.java | 495 mInfo.state = LegacyVpnInfo.STATE_CONNECTING; in execute() 644 mInfo.state == LegacyVpnInfo.STATE_CONNECTING) { in execute()
|
/frameworks/base/api/ |
D | current.txt | 4271 field public static final int STATE_CONNECTING = 1; // 0x1 4572 field public static final int STATE_CONNECTING = 1; // 0x1
|
D | 14.txt | 4271 field public static final int STATE_CONNECTING = 1; // 0x1 4572 field public static final int STATE_CONNECTING = 1; // 0x1
|