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()91 Call incomingCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()96 Call eCall = getInCallService().getLastCall(); in testIncomingRingingCallAndPlaceEmergencyCall()123 Call outgoingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()132 Call incomingCall = getInCallService().getLastCall(); in testActiveCallAndIncomingRingingCallAndPlaceEmergencyCall()137 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()
660 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCallByRedirection()707 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyCall()767 int currentCallCount = (getInCallService() == null) ? 0 : getInCallService().getCallCount(); in placeAndVerifyEmergencyCall()1964 MockInCallService getInCallService() { in getInCallService() method in BaseTelecomTestWithMockServices
261 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromCallScreeningAllowPlaceEmergencyCall()302 Call eCall = getInCallService().getLastCall(); in testAudioProcessingFromIncomingActivePlaceEmergencyCall()399 Call eCall = getInCallService().getLastCall(); in testAudioProcessOutgoingActiveEmergencyCallPlaced()
639 Call eCall = getInCallService().getLastCall(); in testDisconnectSelfManagedCallForEmergency()
110 SelfManagedAwareInCallService.getInCallService(); in tearDown()134 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceOutgoing()158 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testInCallServiceIncoming()181 Call call = SelfManagedAwareInCallService.getInCallService().waitForCallAdded(); in testSelfManagedSignalling()187 SelfManagedAwareInCallService.getInCallService().getCallCallback(call); in testSelfManagedSignalling()
133 public static SelfManagedAwareInCallService getInCallService() { in getInCallService() method in SelfManagedAwareInCallService