/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceTest.java | 101 mCachedDevice.onProfileStateChanged(mHidProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testSingleProfileConnectDisconnect() 113 mCachedDevice.onProfileStateChanged(mHidProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testSingleProfileConnectDisconnect() 125 mCachedDevice.onProfileStateChanged(mHidProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testSingleProfileConnectDisconnect() 142 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testMultipleProfileConnectDisconnect() 149 mCachedDevice.onProfileStateChanged(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testMultipleProfileConnectDisconnect() 155 mCachedDevice.onProfileStateChanged(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testMultipleProfileConnectDisconnect() 161 mCachedDevice.onProfileStateChanged(mHidProfile, BluetoothProfile.STATE_DISCONNECTED); in testGetConnectionSummary_testMultipleProfileConnectDisconnect()
|
/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/tests/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImplTest.java | 82 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 85 BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 93 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testDefaultConnectionState() 129 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testAsyncConnectionState() 153 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testNullAsync_DoesNotCrash()
|
/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 | 56 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; 106 case BluetoothAdapter.STATE_DISCONNECTED: in stateToString() 223 state = BluetoothAdapter.STATE_DISCONNECTED; in updateConnected() 295 private int mMaxConnectionState = BluetoothProfile.STATE_DISCONNECTED;
|
/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 | 99 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 104 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 | HfpClientProfile.java | 152 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 200 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapClientProfile.java | 136 if (mService == null) return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 185 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpSinkProfile.java | 140 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 193 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | OppProfile.java | 52 return BluetoothProfile.STATE_DISCONNECTED; // Settings app doesn't handle OPP in getConnectionStatus()
|
D | Utils.java | 20 case BluetoothProfile.STATE_DISCONNECTED: in getConnectionStateSummary()
|
D | CachedBluetoothDevice.java | 149 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 153 newProfileState == BluetoothProfile.STATE_DISCONNECTED) { in onProfileStateChanged() 354 mProfileConnectionState.put(profile, BluetoothProfile.STATE_DISCONNECTED); in clearProfileConnectionState() 843 int maxState = BluetoothProfile.STATE_DISCONNECTED; in getMaxConnectionState() 873 case BluetoothProfile.STATE_DISCONNECTED: in getConnectionSummary()
|
/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 | RemoteConference.java | 183 newState != Connection.STATE_DISCONNECTED) { in setState() 296 if (mState != Connection.STATE_DISCONNECTED) { in setDisconnected() 298 setState(Connection.STATE_DISCONNECTED); in setDisconnected()
|
D | Call.java | 77 public static final int STATE_DISCONNECTED = 7; field in Call 1591 if (callback != null && handler != null && mState != STATE_DISCONNECTED) { in registerCallback() 1603 if (callback != null && mState != STATE_DISCONNECTED) { in unregisterCallback() 1641 case STATE_DISCONNECTED: in stateToString() 1829 if (mState == STATE_DISCONNECTED) { in internalUpdate() 1842 if (mState != Call.STATE_DISCONNECTED) { in internalSetDisconnected() 1843 mState = Call.STATE_DISCONNECTED; in internalSetDisconnected()
|
D | RemoteConnectionService.java | 68 || parcel.getState() != Connection.STATE_DISCONNECTED) { 72 || parcel.getState() != Connection.STATE_DISCONNECTED) { 78 if (parcel.getState() == Connection.STATE_DISCONNECTED) { 91 if (connection.getState() == Connection.STATE_DISCONNECTED) {
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothA2dpSink.java | 343 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 347 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 467 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 | 251 case BluetoothProfile.STATE_DISCONNECTED: in onReceive() 931 case BluetoothProfile.STATE_DISCONNECTED: in connectProfile() 1017 case BluetoothProfile.STATE_DISCONNECTED: in disconnectProfile() 1031 if (state == BluetoothProfile.STATE_DISCONNECTED in disconnectProfile() 1049 methodName, state, BluetoothProfile.STATE_DISCONNECTED, firedFlags, mask)); in disconnectProfile() 1120 case BluetoothPan.STATE_DISCONNECTED: in connectPanOrIncomingPanConnection() 1226 case BluetoothPan.STATE_DISCONNECTED: in disconnectFromRemoteOrVerifyConnectNap() 1240 if (state == BluetoothInputDevice.STATE_DISCONNECTED in disconnectFromRemoteOrVerifyConnectNap() 1258 methodName, state, BluetoothInputDevice.STATE_DISCONNECTED, firedFlags, mask)); in disconnectFromRemoteOrVerifyConnectNap()
|