/packages/apps/Email/res/xml/ |
services.xml | 37 usesSmtp: whether SMTP is used as the outgoing protocol for this service
|
/packages/apps/Email/src/com/android/email/mail/ |
Sender.java | 100 * at least an outgoing server name).
|
/packages/apps/Email/tests/src/com/android/email/activity/setup/ |
AccountSetupOutgoingTests.java | 35 * Tests of the basic UI logic in the Account Setup Outgoing (SMTP) screen.
|
/packages/apps/InCallUI/res/values/ |
styles.xml | 94 circular reveal animation for a new outgoing call to work correctly. We don't just use
|
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/hdr/ |
smldef.h | 168 MemSize_t maxOutgoingSize; // max size of outgoing message, 0 if no restriction
|
/packages/apps/OMA-DM/engine/dmlib/dmengine/oma_toolkit/sml/ghdr/ |
smldef.h | 168 MemSize_t maxOutgoingSize; // max size of outgoing message, 0 if no restriction
|
/packages/services/Telecomm/src/com/android/server/telecom/ |
CallReceiver.java | 16 * Single point of entry for all outgoing and incoming calls. {@link CallActivity} serves as a
|
/packages/services/Telecomm/tests/ |
AndroidManifest.xml | 22 <!-- Test connection service outgoing video preview. -->
|
/prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/ |
isdn.h | 109 int outgoing; member in struct:__anon74366
|
/prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/ |
isdn.h | 109 int outgoing; member in struct:__anon75675
|
/prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/ |
isdn.h | 109 int outgoing; member in struct:__anon76983
|
/device/generic/goldfish/qemud/ |
qemud.c | 737 ** and can queue one or more outgoing packets and send them when 741 ** i.e. we try to send all outgoing packets before destroying 754 /* queue of outgoing packets */ 812 * outgoing queue will be immediately free. 829 /* get rid of outgoing packet queue */ 850 * i.e. send any pending outgoing packets then auto-free 1269 * avoid losing queued outgoing packets */ [all...] |
/cts/tools/dasm/src/java_cup/ |
lalr_state.java | 281 symbol_set outgoing; local 317 outgoing = new symbol_set(); 324 if (sym != null) outgoing.add(sym); 328 for (s = outgoing.all(); s.hasMoreElements(); ) 510 /* consider each outgoing transition */
|
/external/chromium_org/third_party/libjingle/source/talk/media/base/ |
mediachannel.h | 609 // Creates a new outgoing media stream with SSRCs and CNAME as described 612 // Removes an outgoing media stream. [all...] |
/external/nist-sip/java/gov/nist/javax/sip/message/ |
SIPRequest.java | 647 * tags to outgoing responses if need be. For efficiency, this method does not clone the 648 * incoming request. If you want to modify the outgoing response, be sure to clone the 650 * outgoing response will result in a modification of the incoming request. Tag fields are 669 * tags to outgoing responses if need be. For efficiency, this method does not clone the 670 * incoming request. If you want to modify the outgoing response, be sure to clone the 672 * outgoing response will result in a modification of the incoming request. Tag fields are [all...] |
/art/runtime/arch/x86_64/ |
quick_entrypoints_x86_64.S | 242 // Outgoing argument set up 253 // Outgoing argument set up 264 // Outgoing argument set up 643 // Outgoing argument set up 655 // Outgoing argument set up 667 // Outgoing argument set up 679 // Outgoing argument set up [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
CookieManagerTest.java | 124 assertEquals("1|count=0", mOnUiThread.getTitle()); // outgoing cookie 135 assertEquals("1|count=41", mOnUiThread.getTitle()); // outgoing cookie
|
/external/bluetooth/bluedroid/stack/rfcomm/ |
rfc_mx_fsm.c | 217 /* we gave up outgoing connection request then try peer's request */ 384 /* if we gave up outgoing connection request */
|
/external/chromium_org/chrome/browser/sync/test/integration/ |
sync_test.h | 173 // Enable outgoing network connections for the given profile. 176 // Disable outgoing network connections for the given profile.
|
/external/chromium_org/content/public/browser/ |
render_process_host.h | 216 typedef base::Callback<void(bool incoming, bool outgoing)> 223 bool outgoing,
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
udata.h | 346 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code> 373 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code>
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
rostermodule.h | 95 //! This class stores both presence information for outgoing presence and is 271 //! Gets the aggregate outgoing presence
|
/external/chromium_org/third_party/webrtc/video_engine/include/ |
vie_rtp_rtcp.h | 112 // This function gets the SSRC for the outgoing RTP stream for the specified 283 // using it to allocate capacity among outgoing video streams.
|
/external/icu/icu4c/source/common/unicode/ |
udata.h | 346 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code> 373 * @param err outgoing error status <code>U_USING_DEFAULT_WARNING, U_UNSUPPORTED_ERROR</code>
|
/external/llvm/lib/Target/Hexagon/ |
HexagonISelLowering.cpp | 534 // chain and flag operands which copy the outgoing args into registers. 549 // before any new outgoing arguments are stored to the stack, because the 550 // outgoing stack slots may alias the incoming argument stack slots, and 799 // For Hexagon, the outgoing memory arguments area should be on top of the 800 // alloca area on the stack i.e., the outgoing memory arguments should be 802 // stack by adding back the space reserved for outgoing arguments to SP 805 // We do not know what the size of the outgoing args is at this point. [all...] |