Home
last modified time | relevance | path

Searched refs:STATE_DISCONNECTED (Results 1 – 25 of 39) sorted by relevance

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothController.java41 public static int STATE_DISCONNECTED = 0; field in BluetoothController.PairedDevice
48 public int state = STATE_DISCONNECTED;
52 if (state == STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in stateToString()
DCastController.java35 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice
42 public int state = STATE_DISCONNECTED;
DBluetoothUtil.java45 if (state == BluetoothProfile.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in profileStateToString()
74 if (connectionState == BluetoothAdapter.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in connectionStateToString()
DBluetoothControllerImpl.java165 return PairedDevice.STATE_DISCONNECTED; in connectionStateToPairedDeviceState()
333 int connectionState = BluetoothAdapter.STATE_DISCONNECTED;
/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java34 public static final int STATE_DISCONNECTED = 0; field in LegacyVpnInfo
85 return STATE_DISCONNECTED; in stateFromNetworkInfo()
91 return STATE_DISCONNECTED; in stateFromNetworkInfo()
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java90 newState != Connection.STATE_DISCONNECTED) { in setState()
148 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected()
150 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
DConference.java207 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
305 if (mState != Connection.STATE_DISCONNECTED) { in destroy()
355 newState != Connection.STATE_DISCONNECTED) { in setState()
DCall.java69 public static final int STATE_DISCONNECTED = 7; field in Call
742 if (mState == STATE_DISCONNECTED) { in internalUpdate()
756 if (mState != Call.STATE_DISCONNECTED) { in internalSetDisconnected()
757 mState = Call.STATE_DISCONNECTED; in internalSetDisconnected()
835 return STATE_DISCONNECTED; in stateFromParcelableCallState()
837 return STATE_DISCONNECTED; in stateFromParcelableCallState()
DRemoteConnection.java423 mState = Connection.STATE_DISCONNECTED; in RemoteConnection()
755 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected()
756 mState = Connection.STATE_DISCONNECTED; in setDisconnected()
793 if (mState != Connection.STATE_DISCONNECTED) { in setDestroyed()
DConnection.java64 public static final int STATE_DISCONNECTED = 6; field in Connection
642 case STATE_DISCONNECTED: in stateToString()
776 setState(STATE_DISCONNECTED); in setDisconnected()
1058 if (mState == STATE_DISCONNECTED && mState != state) { in setState()
DRemoteConnectionService.java68 if (parcel.getState() == Connection.STATE_DISCONNECTED) {
81 if (connection.getState() == Connection.STATE_DISCONNECTED) {
DPhone.java158 if (call.getState() != Call.STATE_DISCONNECTED) { in destroy()
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
DPlayerController.java41 public static final int STATE_DISCONNECTED = 0; field in PlayerController
78 mController == null ? STATE_DISCONNECTED : STATE_CONNECTED); in setListener()
171 mListener.onConnectionStateChange(STATE_DISCONNECTED);
/frameworks/base/core/java/android/bluetooth/
DBluetoothA2dpSink.java340 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
344 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
381 case STATE_DISCONNECTED: in stateToString()
DBluetoothProfile.java49 public static final int STATE_DISCONNECTED = 0; field
DBluetoothA2dp.java327 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
505 case STATE_DISCONNECTED: in stateToString()
DBluetoothAvrcpController.java205 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
209 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
DBluetoothPan.java327 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
DBluetoothAdapter.java351 public static final int STATE_DISCONNECTED = 0; field in BluetoothAdapter
1025 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState()
1031 return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState()
1050 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
1058 return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
DBluetoothMap.java309 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
313 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
DBluetoothManager.java102 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
DBluetoothInputDevice.java412 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
416 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
DBluetoothPbap.java78 public static final int STATE_DISCONNECTED = 0; field in BluetoothPbap
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback
119 setCurrentState(STATE_DISCONNECTED); in onDisconnected()
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothTestUtils.java248 case BluetoothProfile.STATE_DISCONNECTED: in onReceive()
948 case BluetoothProfile.STATE_DISCONNECTED: in connectProfile()
1034 case BluetoothProfile.STATE_DISCONNECTED: in disconnectProfile()
1048 if (state == BluetoothProfile.STATE_DISCONNECTED in disconnectProfile()
1066 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask)); in disconnectProfile()
1137 case BluetoothPan.STATE_DISCONNECTED: in connectPanOrIncomingPanConnection()
1243 case BluetoothPan.STATE_DISCONNECTED: in disconnectFromRemoteOrVerifyConnectNap()
1257 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap()
1275 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()

12