Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DWiredHeadsetTest.java68 assertCallState(call, Call.STATE_DISCONNECTED); in testIncomingCallLongPress_rejectsCall()
69 assertConnectionState(connection, Connection.STATE_DISCONNECTED); in testIncomingCallLongPress_rejectsCall()
109 assertCallState(call, Call.STATE_DISCONNECTED); in testInCallShortPress_hangupCall()
110 assertConnectionState(connection, Connection.STATE_DISCONNECTED); in testInCallShortPress_hangupCall()
DConnectionTest.java81 assertEquals(Connection.STATE_DISCONNECTED, connection.getState()); in testStateCallbacks()
86 Connection.STATE_DISCONNECTED, connection.getState()); in testStateCallbacks()
98 assertEquals(Connection.STATE_DISCONNECTED, connection.getState()); in testFailedState()
116 assertEquals(Connection.STATE_DISCONNECTED, connection.getState()); in testCanceledState()
204 assertEquals(Connection.STATE_DISCONNECTED, connection.getState()); in testSetAndGetDisconnectCause()
403 assertEquals("DISCONNECTED", Connection.stateToString(Connection.STATE_DISCONNECTED)); in testStateToString()
DExtendedInCallServiceTest.java336 assertConnectionState(connection, Connection.STATE_DISCONNECTED); in testIncomingCallFromBlockedNumber_IsRejected()
393 assertCallState(call, Call.STATE_DISCONNECTED); in testRejectIncomingCall()
394 assertConnectionState(connection, Connection.STATE_DISCONNECTED); in testRejectIncomingCall()
415 assertCallState(call, Call.STATE_DISCONNECTED); in testRejectIncomingCallWithMessage()
416 assertConnectionState(connection, Connection.STATE_DISCONNECTED); in testRejectIncomingCallWithMessage()
DRemoteConnectionTest.java87 assertCallState(call, Call.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
88 assertConnectionState(mConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
89 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
90 assertConnectionState(mRemoteConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
129 assertCallState(call, Call.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
130 assertConnectionState(mConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
131 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
132 assertConnectionState(mRemoteConnection, Connection.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
DConferenceTest.java220 assertCallState(conf, Call.STATE_DISCONNECTED); in testConferenceSetters()
224 assertCallState(conf, Call.STATE_DISCONNECTED); in testConferenceSetters()
/cts/tests/autofillservice/src/android/autofillservice/cts/
DInstrumentedAutoFillService.java60 private static final String STATE_DISCONNECTED = "DISCONNECTED"; field in InstrumentedAutoFillService
86 sConnectionStates.offer(STATE_DISCONNECTED); in onDisconnected()
161 assertWithMessage("Invalid connection state").that(state).isEqualTo(STATE_DISCONNECTED); in waitUntilDisconnected()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBleConnectionPriorityClientService.java353 } else if (newState == BluetoothProfile.STATE_DISCONNECTED) {
DBleConnectionPriorityServerService.java263 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
DBleEncryptedServerService.java311 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
DBleEncryptedClientService.java312 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
DBleClientService.java893 private int mBleState = BluetoothProfile.STATE_DISCONNECTED;
924 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
DBleServerService.java896 } else if (status == BluetoothProfile.STATE_DISCONNECTED) {
/cts/tools/dex-tools/dex/
Dclasses.out.dex16097 public static final int STATE_DISCONNECTED