/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastController.java | 35 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice 42 public int state = STATE_DISCONNECTED;
|
D | BluetoothControllerImpl.java | 48 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; 94 case BluetoothAdapter.STATE_DISCONNECTED: in stateToString() 188 mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; in updateConnected()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HidProfile.java | 113 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 119 : BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 159 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | SapProfile.java | 137 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 142 : BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 189 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapProfile.java | 133 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 139 : BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 186 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PbapServerProfile.java | 97 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 102 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
|
D | HeadsetProfile.java | 144 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 153 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 200 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PanProfile.java | 103 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 139 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | CachedBluetoothDevice.java | 148 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 152 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 354 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED); in clearProfileConnectionState() 822 int maxState = BluetoothProfile.STATE_DISCONNECTED; in getMaxConnectionState() 852 case BluetoothProfile.STATE_DISCONNECTED: in getConnectionSummary()
|
D | A2dpProfile.java | 136 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HfpClientProfile.java | 157 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 205 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpSinkProfile.java | 143 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 196 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | Utils.java | 20 case BluetoothProfile.STATE_DISCONNECTED: in getConnectionStateSummary()
|
D | OppProfile.java | 52 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP in getConnectionStatus()
|
/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/ex/camera2/public/src/com/android/ex/camera2/blocking/ |
D | BlockingStateCallback.java | 90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback 123 setCurrentState(STATE_DISCONNECTED); in onDisconnected()
|
/frameworks/base/telecomm/java/android/telecom/ |
D | Call.java | 67 public static final int STATE_DISCONNECTED = 7; field in Call 1187 if (callback != null && handler != null && mState != STATE_DISCONNECTED) { in registerCallback() 1199 if (callback != null && mState != STATE_DISCONNECTED) { in unregisterCallback() 1237 case STATE_DISCONNECTED: in stateToString() 1385 if (mState == STATE_DISCONNECTED) { in internalUpdate() 1398 if (mState != Call.STATE_DISCONNECTED) { in internalSetDisconnected() 1399 mState = Call.STATE_DISCONNECTED; in internalSetDisconnected()
|
D | RemoteConnectionService.java | 66 || parcel.getState() != Connection.STATE_DISCONNECTED) { 70 || parcel.getState() != Connection.STATE_DISCONNECTED) { 76 if (parcel.getState() == Connection.STATE_DISCONNECTED) { 89 if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
D | RemoteConference.java | 184 newState != Connection.STATE_DISCONNECTED) { in setState() 297 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected() 299 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
|
D | Conference.java | 365 setState(Connection.STATE_DISCONNECTED); in setDisconnected() 520 if (mState != Connection.STATE_DISCONNECTED) { in destroy() 626 newState != Connection.STATE_DISCONNECTED) { in setState()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothA2dpSink.java | 340 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 344 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 464 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothA2dp.java | 331 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 335 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 517 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothProfile.java | 52 public static final int STATE_DISCONNECTED = 0; field
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothTestUtils.java | 249 case BluetoothProfile.STATE_DISCONNECTED: in onReceive() 949 case BluetoothProfile.STATE_DISCONNECTED: in connectProfile() 1035 case BluetoothProfile.STATE_DISCONNECTED: in disconnectProfile() 1049 if (state == BluetoothProfile.STATE_DISCONNECTED in disconnectProfile() 1067 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask)); in disconnectProfile() 1138 case BluetoothPan.STATE_DISCONNECTED: in connectPanOrIncomingPanConnection() 1244 case BluetoothPan.STATE_DISCONNECTED: in disconnectFromRemoteOrVerifyConnectNap() 1258 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap() 1276 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()
|