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

12 3 4 5 6 7 8 91011>>

  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallTypeHelper.java 30 /** Name used to identify outgoing calls. */
36 /** Name used to identify outgoing video calls. */
100 // New outgoing calls are not highlighted.
  /packages/services/Telecomm/src/com/android/server/telecom/components/
UserCallActivity.java 37 * Pre-L, the only way apps were were allowed to make outgoing emergency calls was the
40 * In L, any app that has the CALL_PRIVILEGED permission can continue to make outgoing emergency
45 * make emergency outgoing calls using the CALL action. In order to do this, it must call
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
if_pppol2tp.h 32 __u16 d_tunnel, d_session; /* For sending outgoing packets */
46 __u32 d_tunnel, d_session; /* For sending outgoing packets */
  /packages/services/Telephony/src/com/android/phone/
CallController.java 43 * functionality, like making outgoing calls.
59 * class purely handles actions initiated by the user, like outgoing calls.
155 // Outgoing call sequence
159 * Initiate an outgoing call.
161 * Here's the most typical outgoing call sequence:
221 // outgoing call!)
242 // (i.e. placing an outgoing call, and NOT handling an aborted
260 // initiating an outgoing call, typically by directing the
268 // outgoing call or not, force the InCallScreen to come to the
287 * outgoing call. If there was some kind of failure, return one o
    [all...]
OutgoingCallBroadcaster.java 118 Log.i(TAG, "Outgoing call takes too long. Showing the spinner.");
197 // to disallow the outgoing call anyway...
222 // cases it's OK to make a new outgoing call, but we need
228 // outgoing calls at all from this state.
229 Log.w(TAG, "OTASP call is active: disallowing a new outgoing call.");
246 // an outgoing call into an emergency number.
247 Log.w(TAG, "Cannot modify outgoing call to emergency number " + number + ".");
280 * outgoing-call sequence after the outgoing call broadcast is
291 * @param intent the intent from the previous step of the outgoing-cal
    [all...]
  /external/iproute2/man/man8/
ip-addrlabel.8 47 the outgoing interface.
ip-tunnel.8 179 flag calculates checksums for outgoing packets.
194 flag enables sequencing of outgoing packets.
  /external/jetty/src/java/org/eclipse/jetty/io/
NetworkTrafficListener.java 31 * <li>Outgoing bytes, when the server sends bytes to a remote client</li>
62 * @param bytes the read-only buffer containing the outgoing bytes
64 public void outgoing(Socket socket, Buffer bytes); method in interface:NetworkTrafficListener
91 public void outgoing(Socket socket, Buffer bytes) method in class:NetworkTrafficListener.Empty
  /frameworks/opt/net/ims/src/java/com/android/ims/
ImsUtInterface.java 75 // Barring of All Outgoing Calls
77 // Barring of Outgoing International Calls
79 // Barring of Outgoing International Calls - excluding Home Country
87 // Barring of Outgoing Services (Service Code 333 - 3GPP TS 22.030 Table B-1)
  /system/bt/hci/include/
btsnoop.h 35 // as outgoing.
  /packages/services/Telephony/src/com/android/services/telephony/
CdmaConferenceController.java 43 * Outgoing CDMA calls made while another call exists would normally trigger a conference to be
71 * Newly added connections. We keep track of newly added outgoing connections because we do not
72 * create a conference until a second outgoing call has existing for
92 // it is added. For outgoing connections which are added while another connection
157 // Only an outgoing call can be merged with an ongoing call.
  /external/icu/icu4c/source/common/unicode/
ures.h 146 * @param status fills in the outgoing error code.
178 * @param status fills in the outgoing error code. Either U_ZERO_ERROR or U_MISSING_RESOURCE_ERROR
201 * @param status fills in the outgoing error code.
218 *@param err fills in the outgoing error code
357 * @param status fills in the outgoing error code
432 * @param status fills in the outgoing error code
454 * @param status fills in the outgoing error code
476 * @param status fills in the outgoing error code
496 * @param status fills in the outgoing error code
576 * @param status fills in the outgoing error code. You may still get a non NULL result even if a
    [all...]
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir_bb.cpp 102 for (Graph::EdgeIterator it = cfg.outgoing(); !it.end(); it.next()) {
309 while (!cfg.outgoing(true).end()) {
310 Graph::Edge *e = cfg.outgoing(true).getEdge();
371 for (Graph::EdgeIterator ei = cfg.outgoing(); !ei.end(); ei.next())
373 eR = out[1]->outgoing().getType();
382 if (out[1]->outgoing().getNode() == out[0])
385 if (out[0]->outgoing().getNode() == out[1]->outgoing().getNode())
517 for (Graph::EdgeIterator ei = bb->cfg.outgoing(); !ei.end(); ei.next()) {
  /packages/apps/Email/provider_src/com/android/email/activity/setup/
AccountSettingsUtils.java 300 && "outgoing".equals(xml.getName())
313 && "outgoing-fallback".equals(xml.getName())
393 * Outgoing: Prepend "smtp" if domain starts with any in the host prefix array
397 * @param outgoing "smtp" or null
401 String outgoing) {
419 // For outgoing, replace imap/pop/pop3 with outgoing, leave mail alone, or
420 // prepend outgoing
430 return ((incoming != null) ? incoming : outgoing) + '.' + server.substring(keepFirstChar);
  /packages/services/Telecomm/src/com/android/server/telecom/
NewOutgoingCallIntentBroadcaster.java 77 * Whether or not the outgoing call intent originated from the default phone application. If
92 * Processes the result of the outgoing call broadcast intent, and performs callbacks to
105 Log.i(this, "Received new-outgoing-call-broadcast for %s with data %s", mCall,
113 Log.w(this, "Cannot modify outgoing call to emergency number %s.", resultNumber);
131 Log.v(this, "Call number unmodified after new outgoing call intent broadcast.");
133 Log.v(this, "Retrieved modified handle after outgoing call intent broadcast: "
150 * Processes the supplied intent and starts the outgoing call broadcast process relevant to the
251 // so that third parties can still inspect (but not intercept) the outgoing call. When
262 * Sends a new outgoing call ordered broadcast so that third party apps can cancel the
  /art/compiler/jni/quick/
calling_convention.h 220 // | { Outgoing stack args } |
266 // | { Outgoing stack args } | <-- SP at point of call
276 // Size of frame excluding space for outgoing args (its assumed Method* is
277 // always at the bottom of a frame, but this doesn't work for outgoing
280 // Size of outgoing arguments, including alignment
355 // Number of stack slots for outgoing arguments, above which the handle scope is
  /packages/apps/Email/tests/src/com/android/email/activity/setup/
AccountSettingsUtilsTests.java 49 * Outgoing: Prepend "smtp" if "pop", "pop3", "imap" are found.
81 // <outgoing uri="smtp+ssl+://smtp.gmail.com" username="$email" />
92 // <outgoing uri="smtp://mobile-smtp.roadrunner.com" username="$email" />
151 // <outgoing uri="smtp+ssl+://smtp.east.cox.net" username="$user" />
167 // <outgoing uri="smtp://smtpauth.earthlink.net:587" username="$email" />
183 // <outgoing uri="smtp+ssl+://smtp.mxes.net" username="$user_$domain" />
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 207 * with its outgoing transition(s). All states have a single outgoing
208 * transition, except for accepting states (which have no outgoing
209 * transitions) and alt states, which have two outgoing transitions.
215 _OpcodeT _M_opcode; // type of outgoing transition
216 _StateIdT _M_next; // outgoing transition
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
regex_nfa.h 207 * with its outgoing transition(s). All states have a single outgoing
208 * transition, except for accepting states (which have no outgoing
209 * transitions) and alt states, which have two outgoing transitions.
215 _OpcodeT _M_opcode; // type of outgoing transition
216 _StateIdT _M_next; // outgoing transition
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
regex_nfa.h 207 * with its outgoing transition(s). All states have a single outgoing
208 * transition, except for accepting states (which have no outgoing
209 * transitions) and alt states, which have two outgoing transitions.
215 _OpcodeT _M_opcode; // type of outgoing transition
216 _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
  /prebuilts/ndk/9/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/9/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
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
regex_nfa.h 207 * with its outgoing transition(s). All states have a single outgoing
208 * transition, except for accepting states (which have no outgoing
209 * transitions) and alt states, which have two outgoing transitions.
215 _OpcodeT _M_opcode; // type of outgoing transition
216 _StateIdT _M_next; // outgoing transition

Completed in 1385 milliseconds

12 3 4 5 6 7 8 91011>>