Searched refs:assertRemoteConnectionState (Results 1 – 2 of 2) sorted by relevance
72 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()
185 void assertRemoteConnectionState(final RemoteConnection connection, final int state) { in assertRemoteConnectionState() method in BaseRemoteTelecomTest