HomeSort by relevance Sort by last modified time
    Searched full:outgoing (Results 26 - 50 of 627) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
CallController.java 44 * functionality, like making outgoing calls.
60 * class purely handles actions initiated by the user, like outgoing calls.
152 // Outgoing call sequence
156 * Initiate an outgoing call.
158 * Here's the most typical outgoing call sequence:
220 // outgoing call!)
241 // (i.e. placing an outgoing call, and NOT handling an aborted
283 // initiating an outgoing call, typically by directing the
291 // outgoing call or not, force the InCallScreen to come to the
324 * outgoing call. If there was some kind of failure, return one o
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java 48 * Outgoing: Prepend "smtp" if "pop", "pop3", "imap" are found.
70 // <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" />
81 // <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" />
140 // <outgoing uri="smtp+ssl+://smtp.east.cox.net" username="$user" />
156 // <outgoing uri="smtp://smtpauth.earthlink.net:587" username="$email" />
172 // <outgoing uri="smtp+ssl+://smtp.mxes.net" username="$user_$domain" />
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 196 // outgoing transition(s). All states have a single outgoing transition,
197 // except for accepting states (which have no outgoing transitions) and alt
198 // states, which have two outgoing transitions.
204 _OpcodeT _M_opcode; // type of outgoing transition
205 _StateIdT _M_next; // outgoing transition
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
regex_nfa.h 196 // outgoing transition(s). All states have a single outgoing transition,
197 // except for accepting states (which have no outgoing transitions) and alt
198 // states, which have two outgoing transitions.
204 _OpcodeT _M_opcode; // type of outgoing transition
205 _StateIdT _M_next; // outgoing transition
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
regex_nfa.h 196 // outgoing transition(s). All states have a single outgoing transition,
197 // except for accepting states (which have no outgoing transitions) and alt
198 // states, which have two outgoing transitions.
204 _OpcodeT _M_opcode; // type of outgoing transition
205 _StateIdT _M_next; // outgoing transition
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
regex_nfa.h 196 // outgoing transition(s). All states have a single outgoing transition,
197 // except for accepting states (which have no outgoing transitions) and alt
198 // states, which have two outgoing transitions.
204 _OpcodeT _M_opcode; // type of outgoing transition
205 _StateIdT _M_next; // outgoing transition
  /external/iptables/extensions/
libxt_pkttype.c 30 {"outgoing", PACKET_OUTGOING, 1, "outgoing of any type"},
  /external/llvm/include/llvm/CodeGen/
EdgeBundles.h 31 /// 2*BB->getNumber()+1 -> Outgoing bundle.
41 /// getBundle - Return the ingoing (Out = false) or outgoing (Out = true)
  /external/smack/src/org/xbill/DNS/
Resolver.java 36 * Sets the EDNS version used on outgoing messages.
44 * Sets the EDNS information on outgoing messages.
  /external/webkit/Source/WebCore/dom/default/
PlatformMessagePortChannel.h 90 static PassRefPtr<PlatformMessagePortChannel> create(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
91 PlatformMessagePortChannel(PassRefPtr<MessagePortQueue> incoming, PassRefPtr<MessagePortQueue> outgoing);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 27 * tls_out_pos - The current position in the outgoing TLS message
32 * tls_out_limit - Maximum fragment size for outgoing TLS messages
  /libcore/luni/src/main/java/java/net/
CookieStore.java 25 * CookieStore, and retrieve cookies for every outgoing HTTP request.Expired
54 * For every outgoing HTTP request, this method will be called.
  /external/chromium/third_party/libjingle/source/talk/session/phone/
mediasessionclient.h 57 // SEC_DISABLED: No crypto in outgoing offer and answer. Fail any
59 // SEC_ENABLED: Crypto in outgoing offer and answer. Fail any offer
61 // required in outgoing offer.
62 // SEC_REQUIRED: Crypto in outgoing offer and answer with
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/
AbstractMessage.java 68 * Indicates which way an outgoing message should be sent
Message.java 53 * Indicates which way an outgoing message should be sent
  /external/kernel-headers/original/linux/
if_packet.h 28 #define PACKET_OUTGOING 4 /* Outgoing of any type */
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_queue.h 28 char outdev_name[IFNAMSIZ]; /* Name of outgoing interface */
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java 38 BUSY, /* outgoing call to busy line */
39 CONGESTION, /* outgoing call to congested network */
120 * outgoing call starts dialing
126 * For outgoing calls: Begins at (DIALING|ALERTING) -> ACTIVE transition.
  /packages/apps/Email/res/layout/
message_list_warning.xml 18 The default ListFragment layout (include) + the "send outgoing message" button.
  /packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java 56 * outgoing settings should not be presented (e.g. they're handled by the incoming settings
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ActivityState.java 170 protected void transitionOnNextPause(Class<? extends ActivityState> outgoing,
172 if (outgoing == SinglePhotoPage.class && incoming == AlbumPage.class) {
173 mNextTransition = StateTransitionAnimation.Transition.Outgoing;
174 } else if (outgoing == AlbumPage.class && incoming == SinglePhotoPage.class) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
if_pppol2tp.h 33 __u16 d_tunnel, d_session; /* For sending outgoing packets */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 20 char outdev_name[IFNAMSIZ]; /* Name of outgoing interface */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
if_pppol2tp.h 33 __u16 d_tunnel, d_session; /* For sending outgoing packets */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_ipv4/
ip_queue.h 20 char outdev_name[IFNAMSIZ]; /* Name of outgoing interface */

Completed in 543 milliseconds

12 3 4 5 6 7 8 91011>>