/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceTest.java | 120 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 130 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 141 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 156 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 162 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 167 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 172 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 193 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 204 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 225 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_shortSummary_returnShortSummary() [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/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 59 int STATE_DISCONNECTED = 0; field 69 STATE_DISCONNECTED, 361 case STATE_DISCONNECTED: in getConnectionStateName()
|
D | BluetoothA2dpSink.java | 262 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 266 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 446 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothLeAudio.java | 282 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 285 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 456 case STATE_DISCONNECTED: in stateToString()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImplTest.java | 95 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 98 BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 106 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testDefaultConnectionState() 134 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testAsyncConnectionState() 152 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testNullAsync_DoesNotCrash() 183 BluetoothAdapter.STATE_DISCONNECTED); in testOnBluetoothStateChange_updatesConnectionState()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | CastController.java | 36 public static final int STATE_DISCONNECTED = 0; field in CastController.CastDevice 43 public int state = STATE_DISCONNECTED;
|
D | BluetoothControllerImpl.java | 74 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; 137 case BluetoothAdapter.STATE_DISCONNECTED: in stateToString() 269 state = BluetoothAdapter.STATE_DISCONNECTED; in updateConnected() 433 private int mMaxConnectionState = BluetoothProfile.STATE_DISCONNECTED;
|
/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 | HearingAidProfile.java | 141 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 156 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 237 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PanProfile.java | 91 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 147 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapClientProfile.java | 117 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 180 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HidProfile.java | 106 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 160 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | SapProfile.java | 116 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 179 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HfpClientProfile.java | 130 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapProfile.java | 118 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 181 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpSinkProfile.java | 120 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpProfile.java | 143 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 158 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 339 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | OppProfile.java | 44 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP in getConnectionStatus()
|
D | HeadsetProfile.java | 119 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 213 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | CachedBluetoothDevice.java | 205 case BluetoothProfile.STATE_DISCONNECTED: in onProfileStateChanged() 232 && newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 236 && newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 422 : BluetoothProfile.STATE_DISCONNECTED; in getProfileConnectionState() 906 int maxState = BluetoothProfile.STATE_DISCONNECTED; in getMaxConnectionState() 960 case BluetoothProfile.STATE_DISCONNECTED: in getConnectionSummary() 1073 case BluetoothProfile.STATE_DISCONNECTED: in getCarConnectionSummary()
|
/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 | 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()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | BluetoothRouteProvider.java | 21 import static android.bluetooth.BluetoothAdapter.STATE_DISCONNECTED; 343 setRouteConnectionState(btRoute, STATE_DISCONNECTED); in removeActiveRoute() 356 setRouteConnectionState(btRoute, STATE_DISCONNECTED); in clearActiveRoutesWithType() 517 || state == BluetoothProfile.STATE_DISCONNECTED) { in handleConnectionStateChanged()
|