/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothController.java | 41 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()
|
D | CastController.java | 35 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice 42 public int state = STATE_DISCONNECTED;
|
D | BluetoothUtil.java | 48 if (state == BluetoothProfile.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in profileStateToString() 77 if (connectionState == BluetoothAdapter.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in connectionStateToString()
|
/frameworks/base/core/java/com/android/internal/net/ |
D | LegacyVpnInfo.java | 34 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/ |
D | RemoteConference.java | 92 newState != Connection.STATE_DISCONNECTED) { in setState() 150 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected() 152 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
|
D | Call.java | 69 public static final int STATE_DISCONNECTED = 7; field in Call 899 if (mState == STATE_DISCONNECTED) { in internalUpdate() 913 if (mState != Call.STATE_DISCONNECTED) { in internalSetDisconnected() 914 mState = Call.STATE_DISCONNECTED; in internalSetDisconnected() 992 return STATE_DISCONNECTED; in stateFromParcelableCallState() 994 return STATE_DISCONNECTED; in stateFromParcelableCallState()
|
D | Conference.java | 271 setState(Connection.STATE_DISCONNECTED); in setDisconnected() 383 if (mState != Connection.STATE_DISCONNECTED) { in destroy() 466 newState != Connection.STATE_DISCONNECTED) { in setState()
|
D | RemoteConnection.java | 462 mState = Connection.STATE_DISCONNECTED; in RemoteConnection() 816 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected() 817 mState = Connection.STATE_DISCONNECTED; in setDisconnected() 855 if (mState != Connection.STATE_DISCONNECTED) { in setDestroyed()
|
D | Connection.java | 64 public static final int STATE_DISCONNECTED = 6; field in Connection 828 case STATE_DISCONNECTED: in stateToString() 978 setState(STATE_DISCONNECTED); in setDisconnected() 1322 if (mState == STATE_DISCONNECTED && mState != state) { in setState()
|
D | RemoteConnectionService.java | 69 if (parcel.getState() == Connection.STATE_DISCONNECTED) { 82 if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
D | Phone.java | 178 if (call.getState() != Call.STATE_DISCONNECTED) { in destroy()
|
/frameworks/base/tests/OneMedia/src/com/android/onemedia/ |
D | PlayerController.java | 41 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/ |
D | BluetoothA2dpSink.java | 340 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 344 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 381 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothProfile.java | 49 public static final int STATE_DISCONNECTED = 0; field
|
D | BluetoothA2dp.java | 327 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 505 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothAvrcpController.java | 205 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 209 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothPan.java | 327 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothAdapter.java | 351 public static final int STATE_DISCONNECTED = 0; field in BluetoothAdapter 1041 if (getState() != STATE_ON) return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 1047 return BluetoothAdapter.STATE_DISCONNECTED; in getConnectionState() 1066 if (getState() != STATE_ON) return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState() 1074 return BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState()
|
D | BluetoothMap.java | 309 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 313 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothManager.java | 102 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothInputDevice.java | 412 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 416 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothPbap.java | 78 public static final int STATE_DISCONNECTED = 0; field in BluetoothPbap
|
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback 119 setCurrentState(STATE_DISCONNECTED); in onDisconnected()
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 248 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()
|
/frameworks/base/telephony/java/com/android/ims/ |
D | ImsConferenceState.java | 166 return Connection.STATE_DISCONNECTED; in getConnectionStateForStatus()
|