Searched refs:STATE_CONNECTING (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/bluetooth/
H A DBluetoothProfile.java51 public static final int STATE_CONNECTING = 1; field in interface:BluetoothProfile
138 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
151 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
H A DBluetoothA2dp.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
434 case STATE_CONNECTING:
H A DBluetoothPbap.java81 public static final int STATE_CONNECTING = 1; field in class:BluetoothPbap
H A DBluetoothAdapter.java313 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
341 public static final int STATE_CONNECTING = 1; field in class:BluetoothAdapter
859 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
884 * {@link BluetoothProfile#STATE_CONNECTING},
/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java36 public static final int STATE_CONNECTING = 2; field in class:LegacyVpnInfo
81 return STATE_CONNECTING;
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java250 case BluetoothProfile.STATE_CONNECTING:
933 case BluetoothProfile.STATE_CONNECTING:
1012 case BluetoothProfile.STATE_CONNECTING:
1122 case BluetoothPan.STATE_CONNECTING:
1225 case BluetoothPan.STATE_CONNECTING:

Completed in 874 milliseconds