Home
last modified time | relevance | path

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

1234

/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/
DCachedBluetoothDeviceTest.java175 updateProfileStatus(connectingProfile, BluetoothProfile.STATE_DISCONNECTED); in testTransitionFromConnectingToDisconnected()
247 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect()
257 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect()
268 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect()
280 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getTvConnectionSummary_testSingleProfileConnectDisconnect()
290 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getTvConnectionSummary_testSingleProfileConnectDisconnect()
301 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getTvConnectionSummary_testSingleProfileConnectDisconnect()
316 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect()
322 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect()
327 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect()
[all …]
/frameworks/base/core/java/com/android/internal/net/
DLegacyVpnInfo.java35 public static final int STATE_DISCONNECTED = 0; field in LegacyVpnInfo
93 return STATE_DISCONNECTED; in stateFromNetworkInfo()
98 return STATE_DISCONNECTED; in stateFromNetworkInfo()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepositoryImplTest.kt84 assertThat(status.maxConnectionState).isEqualTo(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
92 whenever(it.maxConnectionState).thenReturn(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
96 whenever(it.maxConnectionState).thenReturn(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
106 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
119 whenever(bluetoothAdapter.connectionState).thenReturn(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
156 assertThat(status.maxConnectionState).isEqualTo(BluetoothProfile.STATE_DISCONNECTED) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DCastController.java41 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice
48 public int state = STATE_DISCONNECTED;
/frameworks/base/core/java/android/net/
DVpnProfileState.java35 public static final int STATE_DISCONNECTED = 0; field in VpnProfileState
47 STATE_DISCONNECTED,
162 case STATE_DISCONNECTED: in convertStateToString()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/
DHidDeviceProfile.java109 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
116 return getConnectionStatus(device) != BluetoothProfile.STATE_DISCONNECTED; in isEnabled()
154 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DBluetoothCallback.java21 import static android.bluetooth.BluetoothAdapter.STATE_DISCONNECTED;
178 STATE_DISCONNECTED,
DHearingAidProfile.java177 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices()
192 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
323 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DPanProfile.java91 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
147 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DLeAudioProfile.java143 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices()
179 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
286 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DSapProfile.java116 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
179 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DMapClientProfile.java117 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
180 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DMapProfile.java118 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
181 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DHidProfile.java108 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
162 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DHfpClientProfile.java130 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DA2dpSinkProfile.java120 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
DOppProfile.java44 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP in getConnectionStatus()
DA2dpProfile.java147 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices()
162 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
362 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
/frameworks/base/nfc/java/android/nfc/
DWlcListenerDeviceInfo.java37 public static final int STATE_DISCONNECTED = 1; field in WlcListenerDeviceInfo
54 STATE_DISCONNECTED,
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/pipeline/domain/autoaddable/
DCastAutoAddableTest.kt77 state = CastController.CastDevice.STATE_DISCONNECTED in <lambda>()
95 state = CastController.CastDevice.STATE_DISCONNECTED in <lambda>()
116 state = CastController.CastDevice.STATE_DISCONNECTED in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/bluetooth/
DBluetoothRepository.kt75 ?: BluetoothProfile.STATE_DISCONNECTED in fetchConnectionStatusInBackground()
92 maxConnectionState = BluetoothAdapter.STATE_DISCONNECTED in fetchConnectionStatusInBackground()
/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/telecomm/java/android/telecom/
DStreamingCall.java58 public static final int STATE_DISCONNECTED = 3; field in StreamingCall
111 STATE_DISCONNECTED
DRemoteConference.java161 mState = Connection.STATE_DISCONNECTED; in RemoteConference()
191 newState != Connection.STATE_DISCONNECTED) { in setState()
304 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected()
306 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingStateCallback.java90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback
123 setCurrentState(STATE_DISCONNECTED); in onDisconnected()

1234