Searched refs:STATE_DISCONNECTED (Results 1 - 25 of 37) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothController.java41 public static int STATE_DISCONNECTED = 0; field in class:BluetoothController.PairedDevice
48 public int state = STATE_DISCONNECTED;
52 if (state == STATE_DISCONNECTED) return "STATE_DISCONNECTED";
H A DCastController.java35 public static final int STATE_DISCONNECTED = 0; field in class:CastController.CastDevice
42 public int state = STATE_DISCONNECTED;
H A DBluetoothUtil.java45 if (state == BluetoothProfile.STATE_DISCONNECTED) return "STATE_DISCONNECTED";
74 if (connectionState == BluetoothAdapter.STATE_DISCONNECTED) return "STATE_DISCONNECTED";
H A DBluetoothControllerImpl.java165 return PairedDevice.STATE_DISCONNECTED;
333 int connectionState = BluetoothAdapter.STATE_DISCONNECTED;
/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/core/java/android/bluetooth/
H A DBluetoothProfile.java49 public static final int STATE_DISCONNECTED = 0; field in interface:BluetoothProfile
173 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING},
186 * {@link #STATE_DISCONNECTED}, {@link #STATE_DISCONNECTING}
H A DBluetoothA2dpSink.java57 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
265 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
268 * state {@link #STATE_DISCONNECTED}. The transition to
340 return BluetoothProfile.STATE_DISCONNECTED;
344 return BluetoothProfile.STATE_DISCONNECTED;
381 case STATE_DISCONNECTED:
H A DBluetoothA2dp.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
255 * state {@link #STATE_DISCONNECTED}. The transition to
327 return BluetoothProfile.STATE_DISCONNECTED;
331 return BluetoothProfile.STATE_DISCONNECTED;
505 case STATE_DISCONNECTED:
H A DBluetoothManager.java89 * {@link BluetoothProfile#STATE_DISCONNECTED},
102 return BluetoothProfile.STATE_DISCONNECTED;
160 * {@link BluetoothProfile#STATE_DISCONNECTED},
H A DBluetoothAvrcpController.java57 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
205 return BluetoothProfile.STATE_DISCONNECTED;
209 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothPan.java62 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
252 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
255 * state {@link #STATE_DISCONNECTED}. The transition to
327 return BluetoothProfile.STATE_DISCONNECTED;
331 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothMap.java309 return BluetoothProfile.STATE_DISCONNECTED;
313 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothAdapter.java325 * can be any of {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
351 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothAdapter
1019 * @return One of {@link #STATE_CONNECTED}, {@link #STATE_DISCONNECTED},
1020 * {@link #STATE_CONNECTING} or {@link #STATE_DISCONNECTED}
1025 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED;
1031 return BluetoothAdapter.STATE_DISCONNECTED;
1044 * {@link BluetoothProfile#STATE_DISCONNECTED},
1050 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED;
1058 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothInputDevice.java61 * {@link #STATE_DISCONNECTED}, {@link #STATE_CONNECTING},
339 * {@link #STATE_DISCONNECTED}. If the disconnect is initiated by the
342 * state {@link #STATE_DISCONNECTED}. The transition to
412 return BluetoothProfile.STATE_DISCONNECTED;
416 return BluetoothProfile.STATE_DISCONNECTED;
H A DBluetoothPbap.java78 public static final int STATE_DISCONNECTED = 0; field in class:BluetoothPbap
/frameworks/base/telecomm/java/android/telecom/
H A DRemoteConference.java90 newState != Connection.STATE_DISCONNECTED) {
148 if (mState != Connection.STATE_DISCONNECTED) {
150 setState(Connection.STATE_DISCONNECTED);
H A DCall.java69 public static final int STATE_DISCONNECTED = 7; field in class:Call
79 * {@link #STATE_DISCONNECTED} if it failed.
86 * state of the call is (potentially) {@link #STATE_DISCONNECTED}.
170 * @return For a {@link #STATE_DISCONNECTED} {@code Call}, the disconnect cause expressed
354 * {@link #STATE_DISCONNECTED} is the final notification the {@code Call} will send. Rather,
742 if (mState == STATE_DISCONNECTED) {
756 if (mState != Call.STATE_DISCONNECTED) {
757 mState = Call.STATE_DISCONNECTED;
835 return STATE_DISCONNECTED;
837 return STATE_DISCONNECTED;
[all...]
H A DConference.java207 setState(Connection.STATE_DISCONNECTED);
305 if (mState != Connection.STATE_DISCONNECTED) {
355 newState != Connection.STATE_DISCONNECTED) {
H A DConnection.java64 public static final int STATE_DISCONNECTED = 6; field in class:Connection
642 case STATE_DISCONNECTED:
776 setState(STATE_DISCONNECTED);
1058 if (mState == STATE_DISCONNECTED && mState != state) {
1081 * and a {@link #getState()} of {@link #STATE_DISCONNECTED}.
1095 * {@code Connection} will have state {@link #STATE_DISCONNECTED}, and cannot be moved out of
H A DRemoteConnection.java423 mState = Connection.STATE_DISCONNECTED;
457 * @return For a {@link Connection#STATE_DISCONNECTED} {@code RemoteConnection}, the
755 if (mState != Connection.STATE_DISCONNECTED) {
756 mState = Connection.STATE_DISCONNECTED;
793 if (mState != Connection.STATE_DISCONNECTED) {
891 * {@link Connection#STATE_DISCONNECTED}. Attempting to use it for anything will almost
H A DPhone.java158 if (call.getState() != Call.STATE_DISCONNECTED) {
H A DRemoteConnectionService.java68 if (parcel.getState() == Connection.STATE_DISCONNECTED) {
81 if (connection.getState() == Connection.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
119 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/core/tests/bluetoothtests/src/android/bluetooth/
H A DBluetoothTestUtils.java248 case BluetoothProfile.STATE_DISCONNECTED:
948 case BluetoothProfile.STATE_DISCONNECTED:
1034 case BluetoothProfile.STATE_DISCONNECTED:
1048 if (state == BluetoothProfile.STATE_DISCONNECTED
1066 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask));
1137 case BluetoothPan.STATE_DISCONNECTED:
1243 case BluetoothPan.STATE_DISCONNECTED:
1257 if (state == BluetoothInputDevice.STATE_DISCONNECTED
1275 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask));

Completed in 863 milliseconds

12