/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 | 45 if (state == BluetoothProfile.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in profileStateToString() 74 if (connectionState == BluetoothAdapter.STATE_DISCONNECTED) return "STATE_DISCONNECTED"; in connectionStateToString()
|
D | BluetoothControllerImpl.java | 165 return PairedDevice.STATE_DISCONNECTED; in connectionStateToPairedDeviceState() 333 int connectionState = BluetoothAdapter.STATE_DISCONNECTED;
|
/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 | 90 newState != Connection.STATE_DISCONNECTED) { in setState() 148 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected() 150 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
|
D | Conference.java | 207 setState(Connection.STATE_DISCONNECTED); in setDisconnected() 305 if (mState != Connection.STATE_DISCONNECTED) { in destroy() 355 newState != Connection.STATE_DISCONNECTED) { in setState()
|
D | Call.java | 69 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()
|
D | RemoteConnection.java | 423 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()
|
D | Connection.java | 64 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()
|
D | RemoteConnectionService.java | 68 if (parcel.getState() == Connection.STATE_DISCONNECTED) { 81 if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
D | Phone.java | 158 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 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()
|
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()
|