Searched refs:hangup (Results 1 – 14 of 14) sorted by relevance
167 connection.hangup(); in handleNewRingingConnection()270 connection.hangup(); in addNewUnknownCall()337 connection.hangup(); in sendIncomingCallIntent()379 connection.hangup(); in sendIncomingCallIntent()
64 call.hangup(); in onDisconnect()
72 call.hangup(); in disconnectCall()
783 mEmergencyConnection.hangup(cause);1335 ((TelephonyConnection) resultConnection).hangup( in onCreateOutgoingConnection()1385 hangup(c, android.telephony.DisconnectCause in checkAndHoldCallsOnOtherSubsForEmergencyCall()2294 ((TelephonyConnection) c).hangup( in placeOutgoingConnection()2313 ((TelephonyConnection) c).hangup( in placeOutgoingConnection()3279 ((TelephonyConnection) c).hangup( in recreateEmergencyConnection()3297 ((TelephonyConnection) c).hangup( in recreateEmergencyConnection()3826 ringingCall.hangup(); in checkAndRejectIncomingCall()4520 tc.hangup(android.telephony.DisconnectCause.LOCAL); in maybeDisconnectCallsOnOtherSubs()4565 private static void hangup(Conferenceable conferenceable, int code) { in hangup() method[all …]
224 originalConnection.hangup(); in hangupCallWaiting()
299 hangup(cause);395 connection.hangup(); in onOriginalConnectionRedialed()2196 public void hangup(int telephonyDisconnectCode) { in hangup() method in TelephonyConnection2206 call.hangup(); in hangup()2215 mOriginalConnection.hangup(); in hangup()2247 call.hangup(rejectReason); in reject()2256 mOriginalConnection.hangup(); in reject()
621 call.hangup(); in onDisconnect()
595 verify(mConferenceHost.mMockCall, never()).hangup(); in testNormalConference()630 verify(mConferenceHost.mMockCall).hangup(); in testLocalDisconnectOnEmptyConference()675 verify(mConferenceHost.mMockCall).hangup(); in testLocalDisconnectOnEmptySinglePartyConference()725 verify(mConferenceHost.mMockCall, never()).hangup(); in testNoLocalDisconnectSinglePartyConferenceOnRepeatedCep()773 verify(mConferenceHost.mMockCall, never()).hangup(); in testLocalDisconnectSinglePartyConferenceOnRepeatedCep()778 verify(mConferenceHost.mMockCall).hangup(); in testLocalDisconnectSinglePartyConferenceOnRepeatedCep()
157 c.hangup(DisconnectCause.LOCAL); in testHangupAfterRedial()158 verify(c.mMockRadioConnection).hangup(); in testHangupAfterRedial()168 verify(newMockRadioConnection).hangup(); in testHangupAfterRedial()
181 doNothing().when(mMockCall).hangup(); in TestTelephonyConnection()
185 public void hangup(int telephonyDisconnectCode) { in hangup() method in TelephonyConnectionServiceTest.SimpleTelephonyConnection2409 verify(mCall).hangup(); in testDomainSelectionRejectIncoming()2456 verify(mCall).hangup(); in testDomainSelectionRedialRejectIncoming()2581 tc.hangup(android.telephony.DisconnectCause.LOCAL); in testDomainSelectionNormalRoutingEmergencyNumberAndDiscarded()