Searched refs:getInCallService (Results 1 – 7 of 7) sorted by relevance
45 Call eCall = getInCallService().getLastCall(); in testStartEmergencyCall()66 Call eCall = getInCallService().getLastCall(); in testOngoingEmergencyCallAndReceiveIncomingCall()89 Call incomingCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()94 Call eCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()120 Call outgoingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()127 Call incomingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()132 Call eCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()
120 Call eCall = getInCallService().getLastCall(); in testPullCallCapabilityRemovedInEmergencyCall()142 Call eCall = getInCallService().getLastCall(); in testTryToPullCallWhileInEmergencyCall()164 Call call = getInCallService().getLastCall(); in placeExternalCall()
526 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()565 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()623 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()1742 MockInCallService getInCallService() { in getInCallService() method in BaseTelecomTestWithMockServices
221 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()262 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()359 Call eCall = getInCallService().getLastCall(); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
636 Call eCall = getInCallService().getLastCall(); in testDisconnectSelfManagedCallForEmergency()
101 SelfManagedAwareInCallService.getInCallService(); in tearDown()125 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceOutgoing()149 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceIncoming()172 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testSelfManagedSignalling()178 SelfManagedAwareInCallService.getInCallService().getCallCallback(call); in testSelfManagedSignalling()
133 public static SelfManagedAwareInCallService getInCallService() { in getInCallService() method in SelfManagedAwareInCallService