Searched refs:getLastAddedCall (Results 1 – 6 of 6) sorted by relevance
355 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testAddOutgoingCall()379 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testAddOutgoingCallHasPropertyIsTransactional()381 Call call = getLastAddedCall(); in testAddOutgoingCallHasPropertyIsTransactional()406 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testAddIncomingCallAndSetActive()430 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testAddIncomingCallHasPropertyIsTransactional()432 Call call = getLastAddedCall(); in testAddIncomingCallHasPropertyIsTransactional()479 assertCallState(getLastAddedCall(), Call.STATE_RINGING); in testRejectIncomingCall()510 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testToggleActiveAndInactive()513 assertCallState(getLastAddedCall(), Call.STATE_HOLDING); in testToggleActiveAndInactive()515 assertCallState(getLastAddedCall(), Call.STATE_ACTIVE); in testToggleActiveAndInactive()[all …]
506 public static Call getLastAddedCall() { in getLastAddedCall() method in MockInCallService
33 Call getLastAddedCall(); in getLastAddedCall() method
224 return mVerifierMethods.getLastAddedCall().getDetails().getId(); in addCallAndVerify()
83 public static Call getLastAddedCall() { in getLastAddedCall() method in CujInCallService
129 public Call getLastAddedCall() { in setUp()130 return CujInCallService.getLastAddedCall(); in setUp()