/frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/bluetooth/ |
D | CachedBluetoothDeviceTest.java | 106 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 116 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 127 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileConnectDisconnect() 142 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 148 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 153 updateProfileStatus(mHfpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 158 updateProfileStatus(mPanProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testMultipleProfileConnectDisconnect() 179 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 190 updateProfileStatus(mA2dpProfile, BluetoothProfile.STATE_DISCONNECTED); in getConnectionSummary_testSingleProfileActiveDeviceA2dp() 211 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 89 return STATE_DISCONNECTED; in stateFromNetworkInfo() 95 return STATE_DISCONNECTED; in stateFromNetworkInfo()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothProfile.java | 58 int STATE_DISCONNECTED = 0; field 68 STATE_DISCONNECTED, 315 case STATE_DISCONNECTED: in getConnectionStateName()
|
D | BluetoothA2dpSink.java | 283 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 287 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 408 case STATE_DISCONNECTED: in stateToString()
|
D | BluetoothAvrcpController.java | 165 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 169 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
D | BluetoothPan.java | 281 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState() 285 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionState()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
D | BluetoothControllerImplTest.java | 90 when(mMockAdapter.getConnectionState()).thenReturn(BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 93 BluetoothAdapter.STATE_DISCONNECTED); in testNoConnectionWithDevices() 101 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testDefaultConnectionState() 137 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testAsyncConnectionState() 161 assertEquals(BluetoothProfile.STATE_DISCONNECTED, in testNullAsync_DoesNotCrash() 196 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 | 68 private int mConnectionState = BluetoothAdapter.STATE_DISCONNECTED; 120 case BluetoothAdapter.STATE_DISCONNECTED: in stateToString() 236 state = BluetoothAdapter.STATE_DISCONNECTED; in updateConnected() 332 private int mMaxConnectionState = BluetoothProfile.STATE_DISCONNECTED;
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/bluetooth/ |
D | HidDeviceProfile.java | 121 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 128 return getConnectionStatus(device) != BluetoothProfile.STATE_DISCONNECTED; in isPreferred() 163 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PbapServerProfile.java | 101 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 106 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus()
|
D | HearingAidProfile.java | 135 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 164 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 250 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | PanProfile.java | 104 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 140 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapClientProfile.java | 134 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 191 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HidProfile.java | 113 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 155 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | HfpClientProfile.java | 147 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 201 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpSinkProfile.java | 135 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 196 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | SapProfile.java | 130 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | MapProfile.java | 130 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 187 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
D | A2dpProfile.java | 137 BluetoothProfile.STATE_DISCONNECTED, in getConnectableDevices() 166 return BluetoothProfile.STATE_DISCONNECTED; in getConnectionStatus() 318 case BluetoothProfile.STATE_DISCONNECTED: in getSummaryResourceForDevice()
|
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/base/packages/SettingsLib/src/com/android/settingslib/media/ |
D | LocalMediaManager.java | 48 MediaDeviceState.STATE_DISCONNECTED}) 52 int STATE_DISCONNECTED = 3; field 141 : MediaDeviceState.STATE_DISCONNECTED; in connectDevice()
|
/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()
|