HomeSort by relevance Sort by last modified time
    Searched full:hangup (Results 76 - 100 of 274) sorted by null

1 2 34 5 6 7 8 91011

  /packages/services/Telephony/src/com/android/phone/
BluetoothPhoneService.java 721 // Hangup the active call and then answer call waiting call.
725 // If there is no Call waiting then just hangup
728 if (VDBG) log("CHLD:1 Hangup Call");
729 PhoneUtils.hangup(PhoneGlobals.getInstance().mCM);
733 // Hangup active call, answer held call
    [all...]
  /external/chromium_org/chrome/browser/media/
chrome_webrtc_audio_quality_browsertest.cc 171 void HangUp(content::WebContents* from_tab) {
172 EXPECT_EQ("ok-call-hung-up", ExecuteJavascript("hangUp()", from_tab));
426 HangUp(left_tab);
chrome_webrtc_video_quality_browsertest.cc 206 void HangUp(content::WebContents* from_tab) {
207 EXPECT_EQ("ok-call-hung-up", ExecuteJavascript("hangUp()", from_tab));
438 HangUp(left_tab);
  /external/libppp/src/
datalink.c 346 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
347 log_Printf(LogWARN, "Invalid hangup script\n");
373 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
374 log_Printf(LogWARN, "Invalid hangup script\n");
394 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
395 log_Printf(LogWARN, "Invalid hangup script\n");
547 if (!chat_Setup(&dl->chat, dl->cfg.script.hangup, NULL))
548 log_Printf(LogWARN, "Invalid hangup script\n");
811 *dl->cfg.script.hangup = '\0';
    [all...]
datalink.h 72 char hangup[SCRIPT_LEN]; member in struct:datalink::__anon22803::__anon22804
defs.h 56 #define SCRIPT_LEN 512 /* Size of login/dial/hangup scripts */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/gsm/
GsmConnection.java 260 public void hangup() throws CallStateException { method in class:GsmConnection
262 mOwner.hangup(this);
327 * Note that at this point, the hangup request has been dispatched to the radio
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/test/
ModelInterpreter.java 332 /** hangup ringing, dialing, or actuve calls */
346 /** hangup holding calls */
360 /** hangup all */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java 49 * 1. Call control and operation, such as dial() and hangup()
535 getActiveFgCall().hangup();
539 getActiveFgCall().hangup();
643 * Hangup foreground call and resume the specific background call
664 getActiveFgCall().hangup();
666 // the call to be hangup and resumed belongs to different phones
667 getActiveFgCall().hangup();
765 Rlog.d(LOG_TAG, "Hangup");
766 getActiveFgCall().hangup();
    [all...]
  /development/tools/emulator/skins/HVGA/
layout 72 phone-hangup {
  /development/tools/emulator/skins/QVGA/
layout 72 phone-hangup {
  /development/tools/emulator/skins/WQVGA400/
layout 72 phone-hangup {
  /development/tools/emulator/skins/WQVGA432/
layout 72 phone-hangup {
  /development/tools/emulator/skins/WVGA800/
layout 72 phone-hangup {
  /development/tools/emulator/skins/WVGA854/
layout 72 phone-hangup {
  /device/sample/skins/WVGAMedDpi/
layout 72 phone-hangup {
  /external/openssh/
README.tun 19 Restart the server or send the hangup signal (SIGHUP) to let the server
  /external/qemu/android/skin/
keyset.h 30 _SKIN_KEY_COMMAND(BUTTON_HANGUP,"Hangup/EndCall button") \
  /frameworks/native/libs/gui/
SensorEventQueue.cpp 105 ALOGE("SensorEventQueue::waitForEvent error HANGUP");
  /ndk/sources/host-tools/make-3.81/
signame.c 93 init_sig (SIGHUP, "HUP", _("Hangup"));
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop-api.h 58 PA_IO_EVENT_HANGUP = 4, /**< Hangup event */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 58 PA_IO_EVENT_HANGUP = 4, /**< Hangup event */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop-api.h 58 PA_IO_EVENT_HANGUP = 4, /**< Hangup event */
  /external/chromium_org/chrome/test/functional/
webrtc_audio_quality.py 136 self.HangUp(from_tab_with_index=0)
webrtc_call.py 86 self.HangUp(from_tab_with_index=0)

Completed in 2556 milliseconds

1 2 34 5 6 7 8 91011