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

1 2 3 4 5 6

  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmCallTracker.java 112 if(c != null) hangup(c);
114 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
119 if(pendingMO != null) hangup(pendingMO);
121 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
462 // Someone has already asked to hangup this call
467 "poll: hangupPendingMO, hangup conn " + i);
468 hangup(connections[i]);
470 Log.e(LOG_TAG, "unexpected error on hangup");
474 // Wait for hangup and repoll
563 // clear the "local hangup" and "missed/rejected call
667 hangup (GsmConnection conn) throws CallStateException { method in class:GsmCallTracker
727 hangup (GsmCall call) throws CallStateException { method in class:GsmCallTracker
740 hangup((GsmConnection)(call.getConnections().get(0))); method
    [all...]
GsmCall.java 86 hangup() throws CallStateException { method in class:GsmCall
87 owner.hangup(this);
175 * Note that at this point, the hangup request has been dispatched to the radio
  /hardware/ril/mock-ril/src/proto/
ctrl.proto 43 // 1002: request of hangup a connection for the given disconnection cause
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaCallTracker.java 110 if(c != null) hangup(c);
112 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
117 if(pendingMO != null) hangup(pendingMO);
119 Log.e(LOG_TAG, "unexpected error on hangup during dispose");
503 // Someone has already asked to hangup this call
513 "poll: hangupPendingMO, hangup conn " + i);
514 hangup(connections[i]);
516 Log.e(LOG_TAG, "unexpected error on hangup");
520 // Wait for hangup and repoll
632 // clear the "local hangup" and "missed/rejected call
697 hangup (CdmaConnection conn) throws CallStateException { method in class:CdmaCallTracker
774 hangup (CdmaCall call) throws CallStateException { method in class:CdmaCallTracker
787 hangup((CdmaConnection)(call.getConnections().get(0))); method
    [all...]
CdmaCall.java 90 hangup() throws CallStateException { method in class:CdmaCall
91 owner.hangup(this);
179 * Note that at this point, the hangup request has been dispatched to the radio
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/mockril/
MockRilTest.java 208 * Test case 6: test start incoming call and hangup it.
231 hangupCmd.setCallFailCause(16); // normal hangup
236 log("Get response for hangup connection: " + resp.getStatus());
287 // hangup the active all remotely
290 hangupCmd.setCallFailCause(16); // normal hangup
293 log("Get response for hangup connection: " + resp.getStatus());
  /development/simulator/app/assets/htc-tornado/
layout.xml 45 <button keyCode="phone-hangup" src="phone-hangup.png" x="221" y="547"/>
  /development/simulator/app/assets/android-sooner/
layout.xml 30 <button keyCode="phone-hangup" src="end.png" x="333" y="385"/>
  /development/simulator/app/assets/motorola-q/
layout.xml 31 <button keyCode="phone-hangup" src="end.png" x="333" y="422"/>
  /frameworks/base/telephony/java/com/android/internal/telephony/
Call.java 70 public abstract void hangup() throws CallStateException; method in class:Call
244 * Hangup call if it is alive
249 hangup();
Connection.java 37 LOCAL, /* normal; local hangup */
222 * Hangup individual Connection
224 public abstract void hangup() throws CallStateException; method in class:Connection
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
isdn.h 119 int onhtime; /* Hangup-Timeout */
128 int chargehup; /* Flag: Charge-Hangup */
129 int ihup; /* Flag: Hangup-Timeout on incoming line */
  /bionic/libc/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
  /development/ndk/platforms/android-3/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /development/ndk/platforms/android-9/include/sys/
_sigdefs.h 38 __BIONIC_SIGDEF(HUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/sys/
_sigdefs.h 33 __BIONIC_SIGDEF(SIGHUP,1,"Hangup")
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java 563 resultFail(result, new RuntimeException("Hangup Error"));
584 resultFail(result, new RuntimeException("Hangup Error"));
605 resultFail(result, new RuntimeException("Hangup Error"));
626 resultFail(result, new RuntimeException("Hangup Error"));
646 resultFail(result, new RuntimeException("Hangup Error"));
666 resultFail(result, new RuntimeException("Hangup Error"));
684 resultFail(result, new RuntimeException("Hangup Error"));
702 resultFail(result, new RuntimeException("Hangup Error"));
720 resultFail(result, new RuntimeException("Hangup Error"));
    [all...]
  /development/simulator/app/assets/android-dream/
layout.xml 33 <button keyCode="phone-hangup" src="end.png" x="331" y="658"/>
322 phone-hangup {
  /packages/apps/Phone/src/com/android/phone/
PhoneUtils.java 327 static boolean hangup(CallManager cm) { method in class:PhoneUtils
334 if (DBG) log("HANGUP ringing call");
337 if (DBG) log("HANGUP foreground call");
338 hungup = hangup(fg);
340 if (DBG) log("HANGUP background call");
341 hungup = hangup(bg);
350 if (DBG) log("hangup ringing call");
354 // CDMA: Ringing call and Call waiting hangup is handled differently.
355 // For Call waiting we DO NOT call the conventional hangup(call) function
359 if (DBG) log("hangup ringing call")
428 static boolean hangup(Call call) { method in class:PhoneUtils
451 static void hangup(Connection c) { method in class:PhoneUtils
    [all...]
  /frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GSMPhoneTest.java 255 mGSMPhone.getForegroundCall().hangup();
367 // One disconnected (local hangup) call
372 conn.hangup();
634 mGSMPhone.getForegroundCall().hangup();
648 // Test held and hangup held calls
740 // Hangup conference call, ringing call still around
741 mGSMPhone.getBackgroundCall().hangup();
1922 private void hangup(Connection cn) throws CallStateException { method in class:GSMPhoneTest
    [all...]

Completed in 548 milliseconds

1 2 3 4 5 6