HomeSort by relevance Sort by last modified time
    Searched refs:hangup (Results 1 - 25 of 38) sorted by null

1 2

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsExternalCall.java 55 public void hangup() throws CallStateException { method in class:ImsExternalCall
ImsPhoneCall.java 76 mOwner.hangup(this);
78 //Rlog.e(LOG_TAG, "dispose: unexpected error on hangup", ex);
118 hangup() throws CallStateException { method in class:ImsPhoneCall
119 mOwner.hangup(this);
ImsExternalConnection.java 127 public void hangup() throws CallStateException { method in class:ImsExternalConnection
128 // No-op - Hangup is not supported for external calls.
ImsPhoneConnection.java 320 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
322 mOwner.hangup(this);
    [all...]
  /external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
ARDVideoCallViewController.m 67 [self hangup];
105 [self hangup];
111 [self hangup];
152 - (void)hangup {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCall.java 58 public void hangup() throws CallStateException { method in class:GsmCdmaCall
59 mOwner.hangup(this);
141 * Note that at this point, the hangup request has been dispatched to the radio
Call.java 82 public abstract void hangup() throws CallStateException; method in class:Call
249 * Hangup call if it is alive
254 hangup();
CallManager.java 52 * 1. Call control and operation, such as dial() and hangup()
699 getActiveFgCall().hangup();
703 getActiveFgCall().hangup();
791 * Hangup foreground call and resume the specific background call
812 getActiveFgCall().hangup();
814 // the call to be hangup and resumed belongs to different phones
815 getActiveFgCall().hangup();
    [all...]
GsmCdmaCallTracker.java 791 // Someone has already asked to hangup this call
802 "poll: hangupPendingMO, hangup conn " + i);
803 hangup(mConnections[i]);
805 Rlog.e(LOG_TAG, "unexpected error on hangup");
809 // Wait for hangup and repoll
1123 public void hangup(GsmCdmaConnection conn) throws CallStateException { method in class:GsmCdmaCallTracker
1197 public void hangup(GsmCdmaCall call) throws CallStateException { method in class:GsmCdmaCallTracker
1210 hangup((GsmCdmaConnection)(call.getConnections().get(0))); method
    [all...]
Connection.java 462 * Hangup individual Connection
464 public abstract void hangup() throws CallStateException; method in class:Connection
GsmCdmaConnection.java 346 public void hangup() throws CallStateException { method in class:GsmCdmaConnection
348 mOwner.hangup(this);
408 * Note that at this point, the hangup request has been dispatched to the radio
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
GsmCdmaCallTest.java 96 //verify hangup calls mCT.hangup
98 mCallUnderTest.hangup();
99 verify(mCT).hangup(mCallUnderTest);
GsmCdmaCallTrackerTest.java 142 mCTUT.hangup(mCTUT.mForegroundCall);
165 mCTUT.hangup(mCTUT.mForegroundCall);
184 logd("MO call hangup before established[ getting result from RIL ]");
186 * Didn't do anything for hangup, clear during handle poll result */
188 mCTUT.hangup(mCTUT.mForegroundCall);
291 mCTUT.hangup(mCTUT.mForegroundCall);
298 /* if we want to hang up foreground call which is alerting state, hangup all */
321 mCTUT.hangup(mCTUT.mForegroundCall);
CallManagerTest.java 258 verify(mFgCall, times(0)).hangup();
263 verify(mFgCall, times(1)).hangup();
270 verify(mFgCall, times(2)).hangup();
271 /* always hangup fgcall and both phone trigger swap */
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTest.java 105 mImsCallUT.hangup();
106 verify(mImsCT).hangup(eq(mImsCallUT));
ImsPhoneCallTrackerTest.java 283 mCTUT.hangup(mCTUT.mForegroundCall);
378 //hangup before call go to active
380 mCTUT.hangup(mCTUT.mForegroundCall);
  /packages/services/Telephony/sip/src/com/android/services/telephony/sip/
SipConnection.java 108 getCall().hangup();
110 mOriginalConnection.hangup();
  /packages/services/Telephony/src/com/android/phone/
PhoneUtils.java 291 hangup(bg);
294 hangup(fg);
313 static boolean hangup(CallManager cm) { method in class:PhoneUtils
320 log("hangup(): hanging up ringing call");
323 log("hangup(): hanging up foreground call");
324 hungup = hangup(fg);
326 log("hangup(): hanging up background call");
327 hungup = hangup(bg);
334 log("hangup(): no active call to hang up");
342 if (DBG) log("hangup ringing call")
405 static boolean hangup(Call call) { method in class:PhoneUtils
430 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConference.java 60 Log.d(this, "Found multiparty call to hangup for conference.");
62 call.hangup();
64 Log.e(this, e, "Exception thrown trying to hangup conference");
TelephonyConference.java 66 Log.d(this, "Found multiparty call to hangup for conference.");
68 call.hangup();
71 Log.e(this, e, "Exception thrown trying to hangup conference");
PstnIncomingCallNotifier.java 211 connection.hangup();
241 connection.hangup();
TelephonyConnection.java 524 hangup(android.telephony.DisconnectCause.LOCAL);
559 hangup(android.telephony.DisconnectCause.LOCAL);
588 hangup(android.telephony.DisconnectCause.INCOMING_REJECTED);
1037 protected void hangup(int telephonyDisconnectCode) { method in class:TelephonyConnection
    [all...]
CdmaConnection.java 225 originalConnection.hangup();
227 Log.e(this, e, "Failed to hangup call waiting call");
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java.broken 252 mGSMPhone.getForegroundCall().hangup();
364 // One disconnected (local hangup) call
369 conn.hangup();
631 mGSMPhone.getForegroundCall().hangup();
645 // Test held and hangup held calls
737 // Hangup conference call, ringing call still around
738 mGSMPhone.getBackgroundCall().hangup();
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 518 public void hangup() throws CallStateException { method in class:SipPhone.SipCall
521 if (SC_DBG) log("hangup: call " + getState()
527 c.hangup();
534 if (SC_DBG) log("hangup: dead call " + getState()
555 hangup(); method
951 public void hangup() throws CallStateException { method in class:SipPhone.SipConnection
    [all...]

Completed in 285 milliseconds

1 2