HomeSort by relevance Sort by last modified time
    Searched defs:STATE_CONNECTED (Results 1 - 25 of 46) 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 56 public static final int STATE_CONNECTED = 2;
188 * <p> Return the set of devices which are in state {@link #STATE_CONNECTED}
203 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
215 * {@link #STATE_CONNECTED}, {@link #STATE_CONNECTING},
BluetoothPbap.java 82 public static final int STATE_CONNECTED = 2;
BluetoothAdapter.java 436 * {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTING}.
523 public static final int STATE_CONNECTED = 2;
    [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 220 private static final int STATE_CONNECTED = 2;
229 mConnectionState = STATE_CONNECTED;
349 mConnectionState = STATE_CONNECTED;
388 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:
  /cts/tests/autofillservice/src/android/autofillservice/cts/
InstrumentedAutoFillService.java 64 private static final String STATE_CONNECTED = "CONNECTED";
88 sConnectionStates.offer(STATE_CONNECTED);
160 assertWithMessage("Invalid connection state").that(state).isEqualTo(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;
448 if (mState != STATE_WAIT_CONNECTION && mState != STATE_CONNECTED) {
  /packages/services/Car/car-lib/src/android/car/
Car.java 322 private static final int STATE_CONNECTED = 2;
348 mConnectionState = STATE_CONNECTED;
433 mConnectionState = STATE_CONNECTED;
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 

Completed in 1395 milliseconds

1 2