Searched defs:STATE_DISCONNECTED (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/core/java/com/android/internal/net/
H A DLegacyVpnInfo.java34 public static final int STATE_DISCONNECTED = 0; field in class:LegacyVpnInfo
85 return STATE_DISCONNECTED;
91 return STATE_DISCONNECTED;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastController.java35 public static final int STATE_DISCONNECTED = 0; field in class:CastController.CastDevice
42 public int state = STATE_DISCONNECTED;
/frameworks/base/core/java/android/bluetooth/
H A DBluetoothPbap.java78 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothPbap
H A DBluetoothProfile.java52 public static final int STATE_DISCONNECTED = 0; field in interface:BluetoothProfile
189 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
203 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
H A DBluetoothAdapter.java390 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
450 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothAdapter
1505 * @return One of {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTED},
1506 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
1511 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED;
1520 return BluetoothAdapter.STATE_DISCONNECTED;
1533 * {@link BluetoothProfile#STATE_DISCONNECTED},
1540 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED;
1549 return BluetoothProfile.STATE_DISCONNECTED;
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
H A DBlockingStateCallback.java68 "STATE_DISCONNECTED",
90 public static final int STATE_DISCONNECTED = 2; field in class:BlockingStateCallback
123 setCurrentState(STATE_DISCONNECTED);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DPlayerController.java41 public static final int STATE_DISCONNECTED = 0; field in class:PlayerController
78 mController == null ? STATE_DISCONNECTED : STATE_CONNECTED);
171 mListener.onConnectionStateChange(STATE_DISCONNECTED);
/frameworks/base/telecomm/java/android/telecom/
H A DCall.java67 public static final int STATE_DISCONNECTED = 7; field in class:Call
86 * {@link #STATE_DISCONNECTED} if it failed.
93 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
533 * @return For a {@link #STATE_DISCONNECTED} {@code Call}, the disconnect cause expressed
764 * {@link #STATE_DISCONNECTED} is the final notification the {@code Call} will send. Rather,
1187 if (callback != null && handler != null && mState != STATE_DISCONNECTED) {
1199 if (callback != null && mState != STATE_DISCONNECTED) {
1237 case STATE_DISCONNECTED:
1385 if (mState == STATE_DISCONNECTED) {
1398 if (mState != Call.STATE_DISCONNECTED) {
[all...]
H A DConnection.java95 public static final int STATE_DISCONNECTED = 6; field in class:Connection
1479 case STATE_DISCONNECTED:
1629 setState(STATE_DISCONNECTED);
2189 if (mState == STATE_DISCONNECTED && mState != state) {
2220 * and a {@link #getState()} of {@link #STATE_DISCONNECTED}.
2243 * {@code Connection} will have state {@link #STATE_DISCONNECTED}, and cannot be moved out of

Completed in 356 milliseconds