/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceTest.java | 175 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/ |
D | LegacyVpnInfo.java | 35 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/ |
D | BluetoothRepositoryImplTest.kt | 84 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/ |
D | CastController.java | 41 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice 48 public int state = STATE_DISCONNECTED;
|
/frameworks/base/core/java/android/net/ |
D | VpnProfileState.java | 35 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/ |
D | HidDeviceProfile.java | 109 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 116 return getConnectionStatus(device) != BluetoothProfile.STATE_DISCONNECTED; in isEnabled() 154 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | BluetoothCallback.java | 21 import static android.bluetooth.BluetoothAdapter.STATE_DISCONNECTED; 178 STATE_DISCONNECTED,
|
D | HearingAidProfile.java | 177 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 192 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 323 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PanProfile.java | 91 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 147 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | LeAudioProfile.java | 143 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 179 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 286 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | SapProfile.java | 116 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 179 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapClientProfile.java | 117 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 180 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapProfile.java | 118 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 181 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HidProfile.java | 108 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 162 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HfpClientProfile.java | 130 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpSinkProfile.java | 120 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | OppProfile.java | 44 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP in getConnectionStatus()
|
D | A2dpProfile.java | 147 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/ |
D | WlcListenerDeviceInfo.java | 37 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/ |
D | CastAutoAddableTest.kt | 77 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/ |
D | BluetoothRepository.kt | 75 ?: BluetoothProfile.STATE_DISCONNECTED in fetchConnectionStatusInBackground() 92 maxConnectionState = BluetoothAdapter.STATE_DISCONNECTED in fetchConnectionStatusInBackground()
|
/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/telecomm/java/android/telecom/ |
D | StreamingCall.java | 58 public static final int STATE_DISCONNECTED = 3; field in StreamingCall 111 STATE_DISCONNECTED
|
D | RemoteConference.java | 161 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/ |
D | BlockingStateCallback.java | 90 public static final int STATE_DISCONNECTED = 2; field in BlockingStateCallback 123 setCurrentState(STATE_DISCONNECTED); in onDisconnected()
|