HomeSort by relevance Sort by last modified time
    Searched refs:hangup (Results 51 - 75 of 133) sorted by null

1 23 4 5 6

  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
GsmCdmaCallTracker.java 810 // Someone has already asked to hangup this call
821 "poll: hangupPendingMO, hangup conn " + i);
822 hangup(mConnections[i]);
824 Rlog.e(LOG_TAG, "unexpected error on hangup");
828 // Wait for hangup and repoll
1153 public void hangup(GsmCdmaConnection conn) throws CallStateException { method in class:GsmCdmaCallTracker
1228 public void hangup(GsmCdmaCall call) throws CallStateException { method in class:GsmCdmaCallTracker
1242 hangup((GsmCdmaConnection)(call.getConnections().get(0))); method
    [all...]
Connection.java 502 * Hangup individual Connection
504 public abstract void hangup() throws CallStateException; method in class:Connection
    [all...]
GsmCdmaConnection.java 351 public void hangup() throws CallStateException { method in class:GsmCdmaConnection
353 mOwner.hangup(this);
419 * Note that at this point, the hangup request has been dispatched to the radio
    [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java 241 hangup(cause);
1316 protected void hangup(int telephonyDisconnectCode) { method in class:TelephonyConnection
    [all...]
ImsConference.java 419 call.hangup();
421 Log.e(this, e, "Exception thrown trying to hangup conference");
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneConnection.java 368 public void hangup() throws CallStateException { method in class:ImsPhoneConnection
370 mOwner.hangup(this);
    [all...]
ImsPhoneCallTracker.java 1634 public void hangup (ImsPhoneConnection conn) throws CallStateException { method in class:ImsPhoneCallTracker
1647 public void hangup (ImsPhoneCall call) throws CallStateException { method in class:ImsPhoneCallTracker
    [all...]
ImsPhone.java 431 mCT.hangup(getBackgroundCall());
433 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
491 notifySuppServiceFailed(Phone.SuppService.HANGUP);
494 if (DBG) logd("MmiCode 1: hangup foreground");
495 mCT.hangup(call);
502 if (DBG) Rlog.d(LOG_TAG, "hangup failed", e);
503 notifySuppServiceFailed(Phone.SuppService.HANGUP);
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java 402 mCTUT.hangup(mCTUT.mForegroundCall);
564 //hangup before call go to active
566 mCTUT.hangup(mCTUT.mForegroundCall);
    [all...]
ImsPhoneTest.java 168 verify(mImsCT).hangup(mBackgroundCall);
184 assertEquals(Phone.SuppService.HANGUP,
189 verify(mImsCT).hangup(any(ImsPhoneCall.class));
  /hardware/interfaces/radio/1.0/
IRadio.hal 176 * After this HANGUP request returns, Radio must show the connection is NOT
185 oneway hangup(int32_t serial, int32_t gsmIndex);
189 * After this HANGUP request returns, Radio must show the connection is NOT
201 * After this HANGUP request returns, Radio must show the connection is NOT
    [all...]
  /hardware/interfaces/radio/1.2/default/
Radio.cpp 166 Return<void> Radio::hangup(int32_t /* serial */, int32_t /* gsmIndex */) { function in class:android::hardware::radio::V1_2::implementation::Radio
Radio.h 70 Return<void> hangup(int32_t serial, int32_t gsmIndex) override;
  /prebuilts/go/darwin-x86/src/net/http/httputil/
reverseproxy_test.go 38 if r.Method == "GET" && r.FormValue("mode") == "hangup" {
132 getReq, _ = http.NewRequest("GET", frontend.URL+"/?mode=hangup", nil)
  /prebuilts/go/linux-x86/src/net/http/httputil/
reverseproxy_test.go 38 if r.Method == "GET" && r.FormValue("mode") == "hangup" {
132 getReq, _ = http.NewRequest("GET", frontend.URL+"/?mode=hangup", nil)
  /external/mdnsresponder/mDNSShared/
dnsextd.c 138 static mDNSBool hangup = 0; variable
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
term.h 505 #define hangup CUR Strings[279] macro
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
types_windows.go 68 1: "hangup",
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_dragonfly_amd64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
types_windows.go 68 1: "hangup",
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 850 milliseconds

1 23 4 5 6