Home | History | Annotate | Download | only in telephony

Lines Matching defs:connection

168          /* get the reference of the connection before reject */
169 Connection connection = mCTUT.mForegroundCall.getConnections().get(0);
170 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause());
183 assertEquals(DisconnectCause.LOCAL, connection.getDisconnectCause());
279 /* get the reference of the connection before reject */
280 Connection connection = mCTUT.mRingingCall.getConnections().get(0);
281 assertNotNull(connection);
282 assertEquals(DisconnectCause.NOT_DISCONNECTED, connection.getDisconnectCause());
294 assertEquals(DisconnectCause.INCOMING_MISSED, connection.getDisconnectCause());
421 // fake connection