/frameworks/base/core/java/android/bluetooth/ |
BluetoothProfile.java | 51 public static final int STATE_CONNECTING = 1; 138 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING}, 151 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
|
BluetoothPbap.java | 79 public static final int STATE_CONNECTING = 1;
|
BluetoothA2dp.java | 60 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING}, 453 case STATE_CONNECTING:
|
/external/qemu/android/ |
async-console.c | 39 STATE_CONNECTING, 80 acc->state = STATE_CONNECTING; 91 case STATE_CONNECTING: /* still trying to connect */
|
hw-pipe-net.c | 60 STATE_CONNECTING, 146 if (pipe->state == STATE_CONNECTING) { 208 pipe->state = STATE_CONNECTING;
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
asyncsocket.h | 44 STATE_CONNECTING, //!< In the process of
|
/external/qemu/proxy/ |
proxy_http_connector.c | 26 STATE_CONNECTING, /* connecting to the server */ 69 conn->state = STATE_CONNECTING; 94 case STATE_CONNECTING: 118 case STATE_CONNECTING:
|
proxy_http_rewriter.c | 311 STATE_CONNECTING = 0, 381 conn->state = STATE_CONNECTING; 915 case STATE_CONNECTING: 972 case STATE_CONNECTING: [all...] |
/frameworks/base/core/java/com/android/internal/net/ |
LegacyVpnInfo.java | 32 public static final int STATE_CONNECTING = 2;
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
BluetoothChatService.java | 80 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection 147 if (mState == STATE_CONNECTING) { 157 setState(STATE_CONNECTING); 318 case STATE_CONNECTING:
|
ConnectionAccessClientActivity.java | 141 case BluetoothChatService.STATE_CONNECTING:
|
/development/samples/BluetoothChat/src/com/example/android/BluetoothChat/ |
BluetoothChatService.java | 67 public static final int STATE_CONNECTING = 2; // now initiating an outgoing connection 133 if (mState == STATE_CONNECTING) { 143 setState(STATE_CONNECTING); 312 case STATE_CONNECTING:
|
/development/tools/emulator/opengl/tests/event_injector/ |
emulator-console.c | 37 STATE_CONNECTING = 0, 172 con->state = STATE_CONNECTING; 242 case STATE_CONNECTING:
|
/packages/apps/Settings/src/com/android/settings/bluetooth/ |
A2dpProfile.java | 79 BluetoothProfile.STATE_CONNECTING,
|
Utils.java | 44 case BluetoothProfile.STATE_CONNECTING:
|
BluetoothDevicePreference.java | 223 case BluetoothProfile.STATE_CONNECTING:
|
LocalBluetoothProfileManager.java | 218 oldState == BluetoothProfile.STATE_CONNECTING) {
|
/frameworks/base/core/java/android/server/ |
BluetoothInputProfileHandler.java | 84 handleInputDeviceStateChange(device, BluetoothInputDevice.STATE_CONNECTING); 180 state == BluetoothInputDevice.STATE_CONNECTING ||
|
BluetoothA2dpService.java | 174 return BluetoothA2dp.STATE_CONNECTING; 223 case BluetoothA2dp.STATE_CONNECTING: 287 BluetoothA2dp.STATE_CONNECTING, 297 case BluetoothA2dp.STATE_CONNECTING: 307 handleSinkStateChange(device, state, BluetoothA2dp.STATE_CONNECTING);
|
BluetoothService.java | [all...] |
BluetoothHealthProfileHandler.java | 572 * {@link BluetoothHealth#STATE_DISCONNECTED} to {@link BluetoothHealth#STATE_CONNECTING} 573 * {@link BluetoothHealth#STATE_CONNECTING} to {@link BluetoothHealth#STATE_CONNECTED} 578 * {@link BluetoothHealth#STATE_CONNECTING} to {{@link BluetoothHealth#STATE_DISCONNECTED} 600 case BluetoothHealth.STATE_CONNECTING: 654 return BluetoothHealth.STATE_CONNECTING;
|
/packages/apps/Phone/src/com/android/phone/ |
BluetoothHeadsetService.java | 126 if (state == BluetoothProfile.STATE_CONNECTING || 205 case BluetoothProfile.STATE_CONNECTING: 264 state == BluetoothProfile.STATE_CONNECTING) && 422 mRemoteHeadsets.get(device).mState != BluetoothProfile.STATE_CONNECTING) { 716 setState(device, BluetoothProfile.STATE_CONNECTING); [all...] |
/external/bluetooth/bluez/attrib/ |
interactive.c | 62 STATE_CONNECTING, 68 if (conn_state == STATE_CONNECTING) { 345 set_state(STATE_CONNECTING);
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
BluetoothTestUtils.java | 250 case BluetoothProfile.STATE_CONNECTING: [all...] |
/frameworks/base/services/java/com/android/server/connectivity/ |
Vpn.java | 495 mInfo.state = LegacyVpnInfo.STATE_CONNECTING; 644 mInfo.state == LegacyVpnInfo.STATE_CONNECTING) {
|