Home
last modified time | relevance | path

Searched refs:assertRemoteConnectionState (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DRemoteConnectionTest.java72 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE); in testRemoteConnectionOutgoingCall()
78 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_HOLDING); in testRemoteConnectionOutgoingCall()
84 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE); in testRemoteConnectionOutgoingCall()
90 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_DISCONNECTED); in testRemoteConnectionOutgoingCall()
105 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_RINGING); in testRemoteConnectionIncomingCallAccept()
111 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_ACTIVE); in testRemoteConnectionIncomingCallAccept()
126 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_RINGING); in testRemoteConnectionIncomingCallReject()
132 assertRemoteConnectionState(mRemoteConnectionObject, Connection.STATE_DISCONNECTED); in testRemoteConnectionIncomingCallReject()
DBaseRemoteTelecomTest.java185 void assertRemoteConnectionState(final RemoteConnection connection, final int state) { in assertRemoteConnectionState() method in BaseRemoteTelecomTest