HomeSort by relevance Sort by last modified time
    Searched defs:STATE_CONNECTED (Results 1 - 25 of 47) sorted by null

1 2

  /frameworks/base/core/java/com/android/internal/net/
LegacyVpnInfo.java 37 public static final int STATE_CONNECTED = 3;
83 return STATE_CONNECTED;
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastController.java 38 public static final int STATE_CONNECTED = 2;
  /packages/apps/Settings/src/com/android/settings/vpn2/
AppPreference.java 34 public static final int STATE_CONNECTED = LegacyVpnInfo.STATE_CONNECTED;
  /external/webrtc/webrtc/base/
asyncpacketsocket.h 74 STATE_CONNECTED
  /frameworks/base/core/java/android/bluetooth/
BluetoothProfile.java 57 int STATE_CONNECTED = 2;
225 * <p> Return the set of devices which are in state {@link #STATE_CONNECTED}
239 * @param states Array of states. States can be one of {@link #STATE_CONNECTED}, {@link
250 * @return State of the profile connection. One of {@link #STATE_CONNECTED}, {@link
284 * {@link #STATE_CONNECTED}, or {@link #STATE_DISCONNECTED}
295 case STATE_CONNECTED:
296 return "STATE_CONNECTED";
BluetoothAdapter.java 458 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
547 public static final int STATE_CONNECTED = BluetoothProtoEnums.CONNECTION_STATE_CONNECTED;
    [all...]
  /developers/build/prebuilts/gradle/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 53 private static final int STATE_CONNECTED = 2;
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
77 mConnectionState = STATE_CONNECTED;
  /developers/samples/android/connectivity/bluetooth/BluetoothLeGatt/Application/src/main/java/com/example/android/bluetoothlegatt/
BluetoothLeService.java 53 private static final int STATE_CONNECTED = 2;
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
77 mConnectionState = STATE_CONNECTED;
  /development/samples/browseable/BluetoothLeGatt/src/com.example.android.bluetoothlegatt/
BluetoothLeService.java 53 private static final int STATE_CONNECTED = 2;
75 if (newState == BluetoothProfile.STATE_CONNECTED) {
77 mConnectionState = STATE_CONNECTED;
  /external/webrtc/webrtc/p2p/base/
turnport.h 39 STATE_CONNECTED, // Socket connected, ready to send stun requests.
82 return state_ == STATE_READY || state_ == STATE_CONNECTED;
faketransportcontroller.h 157 state_ = STATE_CONNECTED;
158 dest_->state_ = STATE_CONNECTED;
161 } else if (state_ == STATE_CONNECTED && !dest) {
199 if (state_ != STATE_CONNECTED) {
315 enum State { STATE_INIT, STATE_CONNECTING, STATE_CONNECTED };
  /frameworks/base/tests/OneMedia/src/com/android/onemedia/
PlayerController.java 42 public static final int STATE_CONNECTED = 1;
78 mController == null ? STATE_DISCONNECTED : STATE_CONNECTED);
196 mListener.onConnectionStateChange(STATE_CONNECTED);
  /packages/services/Car/car-support-lib/src/android/support/car/
Car.java 222 private static final int STATE_CONNECTED = 2;
231 mConnectionState = STATE_CONNECTED;
352 mConnectionState = STATE_CONNECTED;
391 return mConnectionState == STATE_CONNECTED;
  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
BtEnum.py 90 STATE_CONNECTED = 2
GattEnum.py 147 STATE_CONNECTED = 2
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
BluetoothChatService.java 81 public static final int STATE_CONNECTED = 3; // now connected to a remote device
196 setState(STATE_CONNECTED);
237 if (mState != STATE_CONNECTED) return;
303 while (mState != STATE_CONNECTED) {
324 case STATE_CONNECTED:
  /developers/build/prebuilts/gradle/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 69 public static final int STATE_CONNECTED = 3; // now connected to a remote device
252 if (mState != STATE_CONNECTED) return;
335 while (mState != STATE_CONNECTED) {
356 case STATE_CONNECTED:
482 mState = STATE_CONNECTED;
491 while (mState == STATE_CONNECTED) {
  /developers/samples/android/connectivity/bluetooth/BluetoothChat/Application/src/main/java/com/example/android/bluetoothchat/
BluetoothChatService.java 69 public static final int STATE_CONNECTED = 3; // now connected to a remote device
252 if (mState != STATE_CONNECTED) return;
335 while (mState != STATE_CONNECTED) {
356 case STATE_CONNECTED:
482 mState = STATE_CONNECTED;
491 while (mState == STATE_CONNECTED) {
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
BluetoothChatService.java 68 public static final int STATE_CONNECTED = 3; // now connected to a remote device
182 setState(STATE_CONNECTED);
223 if (mState != STATE_CONNECTED) return;
297 while (mState != STATE_CONNECTED) {
318 case STATE_CONNECTED:
  /development/samples/browseable/BluetoothChat/src/com.example.android.bluetoothchat/
BluetoothChatService.java 69 public static final int STATE_CONNECTED = 3; // now connected to a remote device
252 if (mState != STATE_CONNECTED) return;
335 while (mState != STATE_CONNECTED) {
356 case STATE_CONNECTED:
482 mState = STATE_CONNECTED;
491 while (mState == STATE_CONNECTED) {
  /frameworks/base/core/java/android/view/textservice/
SpellCheckerSession.java 246 private static final int STATE_CONNECTED = 1;
252 case STATE_CONNECTED: return "STATE_CONNECTED";
360 case STATE_CONNECTED:
406 mState = STATE_CONNECTED;
441 return mState != STATE_CONNECTED;
454 if (mState != STATE_WAIT_CONNECTION && mState != STATE_CONNECTED) {
  /packages/services/Car/car-lib/src/android/car/
Car.java 475 private static final int STATE_CONNECTED = 2;
501 mConnectionState = STATE_CONNECTED;
586 mConnectionState = STATE_CONNECTED;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 465 milliseconds

1 2