Searched
full:incoming (Results
626 -
650 of
1921) sorted by null
<<21222324252627282930>>
/packages/services/Telecomm/src/com/android/server/telecom/ |
RespondViaSmsSettings.java | 37 * respond to incoming calls.
|
TelecomServiceImpl.java | 732 Log.i(this, "Adding new incoming call with phoneAccountHandle %s", 735 // TODO(sail): Add unit tests for adding incoming calls from a SIM call manager. 738 Log.v(this, "Allowing call manager to add incoming call with PSTN handle"); 762 "Null phoneAccountHandle. Ignoring request to add new incoming call"); [all...] |
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
TelecomSystemTest.java | 389 // For the case of incoming calls, Telecom connecting the InCall services and adding the 540 // A simple incoming call, similar in scope to the previous test 633 IdPair incoming = startAndMakeActiveIncomingCall( local 649 IdPair incoming = startAndMakeActiveIncomingCall( local
|
/packages/services/Telephony/sip/res/values-en-rAU/ |
strings.xml | 22 <string name="sip_receive_calls" msgid="426678617137462173">"Receive incoming calls"</string>
|
/packages/services/Telephony/sip/res/values-en-rGB/ |
strings.xml | 22 <string name="sip_receive_calls" msgid="426678617137462173">"Receive incoming calls"</string>
|
/packages/services/Telephony/sip/res/values-en-rIN/ |
strings.xml | 22 <string name="sip_receive_calls" msgid="426678617137462173">"Receive incoming calls"</string>
|
/packages/services/Telephony/src/com/android/services/telephony/ |
CdmaConnection.java | 116 case INCOMING:
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
atmdev.h | 200 #define ATM_VS_LISTEN 3 /* VC is listening for incoming setups */
|
in.h | 228 /* Address to accept any incoming messages. */
|
isdn.h | 123 int ihup; /* Flag: Hangup-Timeout on incoming line */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
atmdev.h | 200 #define ATM_VS_LISTEN 3 /* VC is listening for incoming setups */
|
in.h | 225 /* Address to accept any incoming messages. */
|
isdn.h | 123 int ihup; /* Flag: Hangup-Timeout on incoming line */
|
/prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/scriptc/ |
rs_cl.rsh | 698 * @param v The incoming value in radians 708 * @param v The incoming value in radians 736 * @param v The incoming value in radians 745 * @param v The incoming value in radians
|
/prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/scriptc/ |
rs_cl.rsh | 698 * @param v The incoming value in radians 708 * @param v The incoming value in radians 736 * @param v The incoming value in radians 745 * @param v The incoming value in radians
|
/prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/scriptc/ |
rs_cl.rsh | 698 * @param v The incoming value in radians 708 * @param v The incoming value in radians 736 * @param v The incoming value in radians 745 * @param v The incoming value in radians
|
/prebuilts/tools/common/m2/repository/jline/jline/0.9.94/ |
jline-0.9.94.pom | 35 lftp ftp://upload.sourceforge.net/incoming/ -e "put `ls target/jline-*.zip`"
|
/system/bt/bta/hf_client/ |
bta_hf_client_int.h | 288 extern void bta_hf_client_clcc(UINT32 idx, BOOLEAN incoming, UINT8 status, BOOLEAN mpty, char *number);
|
bta_hf_client_rfc.c | 91 (port_handle == bta_hf_client_cb.scb.serv_handle)) /* incoming connection */
|
/system/bt/bta/include/ |
bta_dm_co.h | 197 ** Description This function is called to send incoming SCO data to application.
|
/system/bt/hci/src/ |
hci_hal_mct.c | 186 // No real concept of incoming SCO typed data, just ACL
|
hci_inject.c | 166 // TODO(sharvil): validate incoming HCI messages.
|
/system/bt/osi/include/ |
socket.h | 47 // Puts |socket| in listening mode for incoming TCP connections on the specified
|
/system/netd/server/ |
NetdConstants.cpp | 72 /* Read arguments from incoming va_list; we expect the list to be NULL terminated. */
|
/frameworks/base/docs/html/sdk/ |
OLD_RELEASENOTES.jd | 63 <li>Improvements to the Telephony API, including ability to obtain source number of incoming phone calls 165 <li>Voice/sms are automatically forwarded to other emulator instances running on the same machine, as long as you use their console port number as the destination phone number. For example, if you have two emulators running, the first one will typically use console port 5554, and the second one will use port 5556, dialing 5556 on the first emulator will generate an incoming call on the second emulator. You can also hold/unhold calls. This also works when sending SMS messages from one emulator to the other.</li> 338 <li>917465: Unanswered incoming calls placed from the emulator console will result in an unfinished call UI if you press the call back button</li> 381 <li>Adds an Emulator control panel. This is a UI on top of the emulator console that allows you to change the state of the network and gsm connection, and to initiate incoming voice call. (This is also present in standalone DDMS.)</li> 420 <li>917399: On Windows, running multiple emulator consoles can result in unexpected behavior when simulating incoming telephone calls. 512 <p>On Windows, running multiple emulator consoles can result in unexpected behavior when simulating incoming telephone calls.</p> 515 <p>Unanswered incoming calls placed from the emulator console, will result in an unfinished call UI if you press the call back button.</p>
|
Completed in 413 milliseconds
<<21222324252627282930>>